mirror of https://github.com/mgba-emu/mgba.git
Qt: Fix non-SQLITE build
This commit is contained in:
parent
c0c903eb3e
commit
712abdeb0f
|
@ -106,8 +106,10 @@ GBAApp::GBAApp(int& argc, char* argv[])
|
||||||
}
|
}
|
||||||
|
|
||||||
GBAApp::~GBAApp() {
|
GBAApp::~GBAApp() {
|
||||||
|
#ifdef USE_SQLITE3
|
||||||
m_parseThread.quit();
|
m_parseThread.quit();
|
||||||
m_parseThread.wait();
|
m_parseThread.wait();
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
bool GBAApp::event(QEvent* event) {
|
bool GBAApp::event(QEvent* event) {
|
||||||
|
|
Loading…
Reference in New Issue