QTfrontend/ui/page/pagegamestats.h
changeset 8901 505307b9735d
parent 6952 7f70f37bbf08
child 9039 24e1ccd9326f
--- a/QTfrontend/ui/page/pagegamestats.h	Wed Apr 10 22:59:40 2013 +0400
+++ b/QTfrontend/ui/page/pagegamestats.h	Wed Apr 10 22:52:38 2013 +0200
@@ -44,6 +44,7 @@
         PageGameStats(QWidget* parent = 0);
 
         QPushButton *btnSave;
+        QPushButton *btnRestart;
         QLabel *labelGameStats;
         QLabel *labelGameWin;
         QLabel *labelGameRank;
@@ -53,9 +54,11 @@
         void GameStats(char type, const QString & info);
         void clear();
         void renderStats();
+        void restartBtnVisible(bool visible);
 
     signals:
         void saveDemoRequested();
+        void restartGameRequested();
 
     private:
         void AddStatText(const QString & msg);