mirror of https://github.com/mgba-emu/mgba.git
Qt: Fix non-SQLITE build
This commit is contained in:
parent
9e7d2edd4f
commit
dc41b7cae2
|
@ -85,8 +85,8 @@ private:
|
|||
Window* m_windows[MAX_GBAS];
|
||||
MultiplayerController m_multiplayer;
|
||||
|
||||
#ifdef USE_SQLITE3
|
||||
NoIntroDB* m_db;
|
||||
#ifdef USE_SQLITE3
|
||||
QThread m_parseThread;
|
||||
#endif
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue