Commit ab28b45d authored by poixen's avatar poixen
Browse files

Merge pull request #1029 from poixen/server_shutdown_fix

Fixed server shutdown crash
parents 1f2641d5 a729bb07
...@@ -430,6 +430,8 @@ MainWindow::MainWindow(QWidget *parent) ...@@ -430,6 +430,8 @@ MainWindow::MainWindow(QWidget *parent)
createTrayActions(); createTrayActions();
createTrayIcon(); createTrayIcon();
} }
serverShutdownMessageBox = 0;
} }
MainWindow::~MainWindow() 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