QTfrontend/ui/widget/mapContainer.h
changeset 10150 fa5c83fd0ad9
parent 10108 c68cf030eded
child 10161 c092f92aee23
--- a/QTfrontend/ui/widget/mapContainer.h	Fri Feb 21 13:31:16 2014 +0400
+++ b/QTfrontend/ui/widget/mapContainer.h	Sun Feb 23 10:06:58 2014 -0500
@@ -71,6 +71,7 @@
     public slots:
         void askForGeneratedPreview();
         void setSeed(const QString & seed);
+        void setScript(const QString & script);
         void setMap(const QString & map);
         void setTheme(const QString & theme);
         void setTemplateFilter(int);
@@ -124,6 +125,7 @@
         ThemeModel * m_themeModel;
         HWMap* pMap;
         QString m_seed;
+        QString m_script;
         QPushButton* seedSet;
         QLabel* seedLabel;
         int hhLimit;