Commit 7ea755ab authored by ctrlaltca's avatar ctrlaltca
Browse files

Merge pull request #930 from poixen/server_timeout_dlg

👍 
parents 86f6e911 a7d41a32
......@@ -236,6 +236,7 @@ void MainWindow::actAbout()
void MainWindow::serverTimeout()
{
QMessageBox::critical(this, tr("Error"), tr("Server timeout"));
actConnect();
}
void MainWindow::loginError(Response::ResponseCode r, QString reasonStr, quint32 endTime)
......
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