branch | hedgeroid |
changeset 6023 | a28be05b20bc |
parent 6009 | 14f6fc9869f2 |
child 6042 | 8b5345758f62 |
--- a/QTfrontend/pagegamestats.h Sun Sep 25 18:22:12 2011 +0200 +++ b/QTfrontend/pagegamestats.h Sun Sep 25 18:24:01 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