Adding missing break statement. :-)
This commit is contained in:
@@ -766,6 +766,7 @@ void startWindowImpl::networkError(int errorID, int /*osErrorID*/) {
|
|||||||
QMessageBox::warning(this, tr("Network Error"),
|
QMessageBox::warning(this, tr("Network Error"),
|
||||||
tr("Your account is blocked indefinitely."),
|
tr("Your account is blocked indefinitely."),
|
||||||
QMessageBox::Close); }
|
QMessageBox::Close); }
|
||||||
|
break;
|
||||||
case ERR_NET_SESSION_TIMED_OUT:
|
case ERR_NET_SESSION_TIMED_OUT:
|
||||||
{ mySession->terminateNetworkClient();
|
{ mySession->terminateNetworkClient();
|
||||||
QMessageBox::warning(this, tr("Network Error"),
|
QMessageBox::warning(this, tr("Network Error"),
|
||||||
|
|||||||
Reference in New Issue
Block a user