Qt: Fix non-SQLITE build

This commit is contained in:
Jeffrey Pfau 2017-01-10 23:38:58 -08:00
parent c0c903eb3e
commit 712abdeb0f
1 changed files with 2 additions and 0 deletions

View File

@ -106,8 +106,10 @@ GBAApp::GBAApp(int& argc, char* argv[])
}
GBAApp::~GBAApp() {
#ifdef USE_SQLITE3
m_parseThread.quit();
m_parseThread.wait();
#endif
}
bool GBAApp::event(QEvent* event) {