QTfrontend/ui/widget/gamecfgwidget.h
changeset 14810 583d8b96fb30
parent 14513 5230c063214a
--- a/QTfrontend/ui/widget/gamecfgwidget.h	Thu Apr 18 20:02:45 2019 +0200
+++ b/QTfrontend/ui/widget/gamecfgwidget.h	Fri Apr 19 04:48:30 2019 +0200
@@ -61,6 +61,7 @@
         void fullNetConfig();
         void resendSchemeData();
         void resendAmmoData();
+        void resetSchemeStates();
         void setMaster(bool master);
         void setTabbed(bool tabbed);
 
@@ -77,11 +78,11 @@
         void seedChanged(const QString &);
         void themeChanged(const QString &);
         void schemeChanged(int);
+        void updateSchemeEnabledStates(int scriptIndex);
         void scriptChanged(int);
         void jumpToSchemes();
         void jumpToWeapons();
         void mapgenChanged(MapGenerator m);
-        void updateSchemeEnabledStates(int scriptIndex);
         void maze_sizeChanged(int s);
         void slMapFeatureSizeChanged(int s);
         void onDrawnMapChanged(const QByteArray & data);