confirmation dialog when closing main window with open games

This commit is contained in:
Max-Wilhelm Bruker 2010-04-01 15:54:51 +02:00
parent e7c4f75921
commit 7afb866961
4 changed files with 63 additions and 35 deletions

View file

@ -31,6 +31,7 @@ public:
void retranslateUi();
void start(Client *_client);
void stop();
int getGameCount() const { return gameTabs.size(); }
signals:
void setMenu(QMenu *menu);
private slots: