quit application fix
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
|
|||||||
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user