quit application fix

This commit is contained in:
doitux
2007-11-29 21:25:55 +00:00
parent 80f4e068ea
commit 7ed125c256
2 changed files with 4 additions and 2 deletions
@@ -39,7 +39,6 @@ gameLobbyDialogImpl::gameLobbyDialogImpl(QWidget *parent, ConfigFile *c)
waitStartGameMsgBoxTimer->setSingleShot(TRUE); waitStartGameMsgBoxTimer->setSingleShot(TRUE);
// treeWidget_GameList->setGameListBackgroundImage(myAppDataPath +"gfx/gui/misc/background_gamelist.png"); // treeWidget_GameList->setGameListBackgroundImage(myAppDataPath +"gfx/gui/misc/background_gamelist.png");
// treeWidget_connectedPlayers->setSpacing(1);
treeWidget_GameList->setStyleSheet("QTreeWidget {background-color: white; background-image: url("+myAppDataPath +"gfx/gui/misc/background_gamelist.png); background-attachment: scroll; background-position: top center ; background-repeat: no-repeat;}"); treeWidget_GameList->setStyleSheet("QTreeWidget {background-color: white; background-image: url("+myAppDataPath +"gfx/gui/misc/background_gamelist.png); background-attachment: scroll; background-position: top center ; background-repeat: no-repeat;}");
treeWidget_GameList->setAutoFillBackground(TRUE); treeWidget_GameList->setAutoFillBackground(TRUE);
+4 -1
View File
@@ -3641,7 +3641,10 @@ void mainWindowImpl::quitPokerTH() {
qApp->quit(); qApp->quit();
} }
} }
else { qApp->quit();} else {
stopTimer();
qApp->quit();
}
} }
void mainWindowImpl::changeLineEditBetValue(int value) { void mainWindowImpl::changeLineEditBetValue(int value) {