Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
7ea755ab
Commit
7ea755ab
authored
Apr 08, 2015
by
ctrlaltca
Browse files
Merge pull request #930 from poixen/server_timeout_dlg
👍
parents
86f6e911
a7d41a32
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/window_main.cpp
View file @
7ea755ab
...
...
@@ -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
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment