mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Fixed server shutdown crash
`serverShutdownMessageBox` was not assigned to 0 in the ctor.
This commit is contained in:
parent
54f0706b4a
commit
a729bb076b
1 changed files with 2 additions and 0 deletions
|
|
@ -430,6 +430,8 @@ MainWindow::MainWindow(QWidget *parent)
|
|||
createTrayActions();
|
||||
createTrayIcon();
|
||||
}
|
||||
|
||||
serverShutdownMessageBox = 0;
|
||||
}
|
||||
|
||||
MainWindow::~MainWindow()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue