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
b8401592
Commit
b8401592
authored
Apr 02, 2015
by
poixen
Browse files
Merge pull request #905 from poixen/socket_failure_dlg
Reopen connection if socket failure
parents
79e9b05a
9e6be745
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/window_main.cpp
View file @
b8401592
...
...
@@ -274,6 +274,7 @@ void MainWindow::loginError(Response::ResponseCode r, QString reasonStr, quint32
void
MainWindow
::
socketError
(
const
QString
&
errorStr
)
{
QMessageBox
::
critical
(
this
,
tr
(
"Error"
),
tr
(
"Socket error: %1"
).
arg
(
errorStr
));
actConnect
();
}
void
MainWindow
::
protocolVersionMismatch
(
int
localVersion
,
int
remoteVersion
)
...
...
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