QTfrontend/ui/widget/mapContainer.h
changeset 11757 6874644a2d00
parent 11046 47a8c19ecb60
child 11785 947e2d53afc1
--- a/QTfrontend/ui/widget/mapContainer.h	Thu Apr 28 17:42:43 2016 +0200
+++ b/QTfrontend/ui/widget/mapContainer.h	Thu Apr 28 18:32:50 2016 +0200
@@ -85,6 +85,7 @@
         void updateModelViews();
         void onPreviewMapDestroyed(QObject * map);
         void setMaster(bool master);
+        void setRandomWithoutDLC(bool withoutDLC);
 
     signals:
         void seedChanged(const QString & seed);
@@ -161,6 +162,7 @@
         bool m_previewEnabled;
         bool m_missionsViewSetup;
         bool m_staticViewSetup;
+        bool m_withoutDLC;
 
         void intSetSeed(const QString & seed);
         void intSetMap(const QString & map);