changeset 14651 | e3e6b0c6543f |
parent 14530 | 029f40c609b4 |
--- a/QTfrontend/ui/page/pagetraining.h Mon Jan 21 07:10:59 2019 +0100 +++ b/QTfrontend/ui/page/pagetraining.h Mon Jan 21 09:12:39 2019 +0100 @@ -30,6 +30,8 @@ QListWidget * lstTrainings; QListWidget * lstChallenges; QListWidget * lstScenarios; + QPushButton * btnPreview; + QPushButton * btnStart; QComboBox * CBTeam; public slots: @@ -46,8 +48,6 @@ private: - QPushButton * btnPreview; - QPushButton * btnStart; QLabel * lblCaption; QLabel * lblDescription; QLabel * lblHighscores;