it is also possible to report the game name of the game you've joined

now
This commit is contained in:
doitux
2012-04-09 13:03:00 +00:00
parent ed43fa107c
commit a56acfa183
@@ -2041,7 +2041,7 @@ void gameLobbyDialogImpl::reportBadGameName()
{
assert(mySession);
QItemSelectionModel *selection = treeView_GameList->selectionModel();
if (!inGame && selection->hasSelection()) {
if (selection->hasSelection()) {
unsigned gameId = selection->selectedRows().first().data(Qt::UserRole).toUInt();
GameInfo info(mySession->getClientGameInfo(gameId));