GUI: when using webengine, actually call qApp->exit()
This commit is contained in:
parent
48d4678770
commit
39fc02d73f
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user