next try for previous fix

This commit is contained in:
doitux
2011-08-21 18:15:42 +00:00
parent 3d98dd3445
commit 22a9cf8a86
3 changed files with 11 additions and 3 deletions
@@ -1938,3 +1938,8 @@ QString gameLobbyDialogImpl::getFullCountryString(QString cs)
}
return fullString;
}
void gameLobbyDialogImpl::stopWaitStartGameMsgBoxTimer()
{
waitStartGameMsgBoxTimer->stop();
}