Fix crash on close #255
This commit is contained in:
parent
776d809f2f
commit
15e4c852dd
1 changed files with 1 additions and 1 deletions
|
@ -410,7 +410,7 @@ void MainWindow::closeEvent(QCloseEvent *event)
|
|||
}
|
||||
event->accept();
|
||||
settingsCache->setMainWindowGeometry(saveGeometry());
|
||||
delete tabSupervisor;
|
||||
tabSupervisor->deleteLater();
|
||||
}
|
||||
|
||||
void MainWindow::changeEvent(QEvent *event)
|
||||
|
|
Loading…
Reference in a new issue