blinking startbutton fix

This commit is contained in:
doitux
2009-06-17 20:14:10 +00:00
parent 52a518939d
commit 9221c46d66
2 changed files with 3 additions and 1 deletions
@@ -192,7 +192,6 @@ void gameLobbyDialogImpl::joinGame()
{
unsigned gameId = selection->selectedRows().first().data(Qt::UserRole).toUInt();
myCurrentGameId = gameId;
qDebug() << "joined game: " << myCurrentGameId;
GameInfo info(mySession->getClientGameInfo(gameId));
bool ok = true;
QString password;