Fixed duplicate case compile error

This commit is contained in:
Mark Morschhäuser 2013-04-02 12:04:37 +02:00
parent 347d30a84b
commit 1bf4f74a50

View file

@ -258,7 +258,7 @@ void MainWindow::loginError(Response::ResponseCode r, QString reasonStr, quint32
QMessageBox::critical(this, tr("Error"), bannedStr); QMessageBox::critical(this, tr("Error"), bannedStr);
break; break;
} }
case Response::RespUserIsBanned: case Response::RespUsernameInvalid:
QMessageBox::critical(this, tr("Error"), tr("Invalid username.")); QMessageBox::critical(this, tr("Error"), tr("Invalid username."));
break; break;
default: default: