changeset 6009 | 14f6fc9869f2 |
parent 5734 | d710db47a1ef |
child 6042 | 8b5345758f62 |
--- a/QTfrontend/pagegamestats.h Sat Sep 24 04:53:53 2011 +0200 +++ b/QTfrontend/pagegamestats.h Sat Sep 24 16:22:10 2011 +0200 @@ -43,7 +43,6 @@ public: PageGameStats(QWidget* parent = 0); - QPushButton *BtnBack; QPushButton *BtnSave; QLabel *labelGameStats; QLabel *labelGameWin; @@ -64,6 +63,8 @@ QMap<quint32, QVector<quint32> > healthPoints; unsigned int playerPosition; quint32 lastColor; + + QPushButton *BtnBack; }; #endif // STATSPAGE_H