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();
|
deleteAllTempFiles();
|
||||||
// and scram out
|
// and scram out
|
||||||
LOGDEB("RclMain: fileExit: calling _Exit(0)\n");
|
LOGDEB("RclMain: fileExit: calling _Exit(0)\n");
|
||||||
|
#ifdef USING_WEBENGINE
|
||||||
|
qApp->exit(0);
|
||||||
|
#else
|
||||||
_Exit(0);
|
_Exit(0);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
// Start a db query and set the reslist docsource
|
// Start a db query and set the reslist docsource
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user