bugfix for #0000022: Notification window kept open when game finishes

This commit is contained in:
doitux
2010-12-13 18:16:01 +00:00
parent 7087c38b89
commit 41b0186279
3 changed files with 20 additions and 8 deletions
+3
View File
@@ -44,6 +44,7 @@ class MyTimeoutLabel;
class settingsDialogImpl;
class startWindowImpl;
class myMessageDialogImpl;
class GameTableStyleReader;
class CardDeckStyleReader;
@@ -308,6 +309,7 @@ public slots:
void sendShowMyCardsSignal();
void showWarningAutoFoldInRankingGame(unsigned);
void closeMessageBoxes();
private:
@@ -374,6 +376,7 @@ private:
// Dialogs
startWindowImpl *myStartWindow;
myMessageDialogImpl *myUniversalMessageDialog;
//Sound
SDLPlayer *mySDLPlayer;