GUI: when using webengine, actually call qApp->exit()

This commit is contained in:
Jean-Francois Dockes 2020-04-26 07:21:54 +01:00
parent 48d4678770
commit 39fc02d73f

View File

@ -691,7 +691,11 @@ void RclMain::fileExit()
deleteAllTempFiles();
// and scram out
LOGDEB("RclMain: fileExit: calling _Exit(0)\n");
#ifdef USING_WEBENGINE
qApp->exit(0);
#else
_Exit(0);
#endif
}
// Start a db query and set the reslist docsource