Fixed duplicate case compile error
This commit is contained in:
parent
347d30a84b
commit
1bf4f74a50
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ void MainWindow::loginError(Response::ResponseCode r, QString reasonStr, quint32
|
|||
QMessageBox::critical(this, tr("Error"), bannedStr);
|
||||
break;
|
||||
}
|
||||
case Response::RespUserIsBanned:
|
||||
case Response::RespUsernameInvalid:
|
||||
QMessageBox::critical(this, tr("Error"), tr("Invalid username."));
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue