Qt: Fix non-SQLite build (fixes #1254)

This commit is contained in:
Vicki Pfau 2018-12-08 16:41:19 -08:00
parent 7bc50b90cd
commit 759a1d2749
1 changed files with 2 additions and 0 deletions

View File

@ -75,9 +75,11 @@ void GBAApp::cleanup() {
finishJob(m_workerJobs.firstKey());
}
#ifdef USE_SQLITE3
if (m_db) {
NoIntroDBDestroy(m_db);
}
#endif
}
bool GBAApp::event(QEvent* event) {