Fixed server shutdown crash

`serverShutdownMessageBox` was not assigned to 0 in the ctor.
This commit is contained in:
Matt Lowe
2015-04-26 23:39:20 +02:00
parent 54f0706b4a
commit a729bb076b
+2
View File
@@ -430,6 +430,8 @@ MainWindow::MainWindow(QWidget *parent)
createTrayActions();
createTrayIcon();
}
serverShutdownMessageBox = 0;
}
MainWindow::~MainWindow()