Merge pull request #879 from poixen/login
Failed logins reopen login dlg
This commit is contained in:
commit
c15bbee98a
1 changed files with 1 additions and 0 deletions
|
@ -268,6 +268,7 @@ void MainWindow::loginError(Response::ResponseCode r, QString reasonStr, quint32
|
|||
default:
|
||||
QMessageBox::critical(this, tr("Error"), tr("Unknown login error: %1").arg(static_cast<int>(r)));
|
||||
}
|
||||
actConnect();
|
||||
}
|
||||
|
||||
void MainWindow::socketError(const QString &errorStr)
|
||||
|
|
Loading…
Reference in a new issue