Skip to content

Commit

Permalink
Do not close websocket when closing window
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulh committed Sep 15, 2016
1 parent a11737b commit 467ea4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,6 @@ MainWindow::~MainWindow()

void MainWindow::closeEvent(QCloseEvent *event)
{
wsClient->closeWebsocket();
event->accept();
emit windowCloseRequested();
}
Expand Down

0 comments on commit 467ea4d

Please sign in to comment.