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
+3
View File
@@ -155,6 +155,9 @@
</item>
<item>
<widget class="QPushButton" name="pushButton_StartGame">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>&amp;Start Game</string>
</property>
@@ -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;