Force detach process on exit
This commit is contained in:
parent
233e75225c
commit
0b906ead0d
@ -689,6 +689,7 @@ MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent)
|
||||
|
||||
MainWindow::~MainWindow()
|
||||
{
|
||||
DetachProcess(); //force detach process
|
||||
Settings().setValue(WINDOW, geometry());
|
||||
CleanupExtensions();
|
||||
SetErrorMode(SEM_NOGPFAULTERRORBOX);
|
||||
|
Loading…
Reference in New Issue
Block a user