Commit a729bb07 authored by Matt Lowe's avatar Matt Lowe
Browse files

Fixed server shutdown crash

`serverShutdownMessageBox` was not assigned to 0 in the ctor.
parent 54f0706b
......@@ -430,6 +430,8 @@ MainWindow::MainWindow(QWidget *parent)
createTrayActions();
createTrayIcon();
}
serverShutdownMessageBox = 0;
}
MainWindow::~MainWindow()
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment