mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
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…
Add table
Add a link
Reference in a new issue