Running astyle.
This commit is contained in:
@@ -2046,7 +2046,7 @@ void gameLobbyDialogImpl::reportBadGameName()
|
|||||||
GameInfo info(mySession->getClientGameInfo(gameId));
|
GameInfo info(mySession->getClientGameInfo(gameId));
|
||||||
|
|
||||||
int ret = QMessageBox::question(this, tr("PokerTH - Question"),
|
int ret = QMessageBox::question(this, tr("PokerTH - Question"),
|
||||||
tr("Are you sure you want to report the game name:\n\"%1\" as inappropriate?").arg(QString::fromUtf8(info.name.c_str())), QMessageBox::Yes | QMessageBox::No);
|
tr("Are you sure you want to report the game name:\n\"%1\" as inappropriate?").arg(QString::fromUtf8(info.name.c_str())), QMessageBox::Yes | QMessageBox::No);
|
||||||
|
|
||||||
if(ret == QMessageBox::Yes) {
|
if(ret == QMessageBox::Yes) {
|
||||||
// mySession->reportBadGameName(gameId); TODO
|
// mySession->reportBadGameName(gameId); TODO
|
||||||
|
|||||||
Reference in New Issue
Block a user