try to fix closeevent bug

This commit is contained in:
doitux
2007-12-10 22:53:29 +00:00
parent e2c18bfbfd
commit 191f2f7b25
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3648,7 +3648,7 @@ void mainWindowImpl::myButtonsCheckable(bool state) {
}
void mainWindowImpl::closeEvent(QCloseEvent* /*event*/) { quitPokerTH(); }
// // void mainWindowImpl::closeEvent(QCloseEvent* /*event*/) { quitPokerTH(); }
void mainWindowImpl::showMaximized () {
this->showFullScreen ();
+1 -1
View File
@@ -311,7 +311,7 @@ public slots:
void networkNotification(int);
void networkStart(boost::shared_ptr<Game> game);
void closeEvent(QCloseEvent*);
// void closeEvent(QCloseEvent*);
void localGameModification();
void networkGameModification();