QTfrontend/ui/widget/gamecfgwidget.h
changeset 6960 822f8269e13f
parent 6952 7f70f37bbf08
child 8092 08960209db8c
child 8377 869f80966a77
--- a/QTfrontend/ui/widget/gamecfgwidget.h	Sun Apr 29 17:23:05 2012 +0200
+++ b/QTfrontend/ui/widget/gamecfgwidget.h	Sun Apr 29 20:52:10 2012 +0200
@@ -72,6 +72,7 @@
         void mapgenChanged(MapGenerator m);
         void maze_sizeChanged(int s);
         void onDrawnMapChanged(const QByteArray & data);
+        void updateModelViews();
 
     private:
         QGridLayout mainLayout;
@@ -79,6 +80,7 @@
         QString curNetAmmoName;
         QString curNetAmmo;
         QRegExp seedRegexp;
+        QString m_curScript;
 
         void setNetAmmo(const QString& name, const QString& ammo);