QTfrontend/ui/page/pagetraining.h
changeset 14525 029f40c609b4
parent 14462 4c743ef80b1b
child 14646 e3e6b0c6543f
--- a/QTfrontend/ui/page/pagetraining.h	Sat Jan 05 23:15:13 2019 +0100
+++ b/QTfrontend/ui/page/pagetraining.h	Sun Jan 06 01:21:16 2019 +0100
@@ -32,6 +32,9 @@
         QListWidget * lstScenarios;
         QComboBox * CBTeam;
 
+    public slots:
+        void updateInfo();
+
     signals:
         void startMission(const QString & scriptName, const QString & subFolder);
 
@@ -47,6 +50,7 @@
         QPushButton * btnStart;
         QLabel * lblCaption;
         QLabel * lblDescription;
+        QLabel * lblHighscores;
         QTabWidget * tbw;
         QSettings * m_info;
         QString getSubFolderOfSelected();
@@ -54,7 +58,6 @@
 
     private slots:
         void startSelected();
-        void updateInfo();
 
 };