QTfrontend/ui/widget/mapContainer.h
changeset 13246 0c98d3b249f7
parent 11809 f412d539284e
child 13249 d2b58cf339fe
--- a/QTfrontend/ui/widget/mapContainer.h	Sun Mar 18 00:24:15 2018 +0100
+++ b/QTfrontend/ui/widget/mapContainer.h	Sun Mar 18 03:24:49 2018 +0100
@@ -147,6 +147,7 @@
         QComboBox * cType;
         QListView * staticMapList;
         QListView * missionMapList;
+        QLabel * lblMapName;
         QListWidget * generationStyles;
         QListWidget * mazeStyles;
         QLabel * lblMapList;
@@ -158,12 +159,14 @@
         QPushButton * btnRandTheme;
         QString selectedTheme;
         QPushButton * btnSeed;
+        QHBoxLayout * twoColumnLayout;
         bool m_master;
         QList<QWidget *> m_childWidgets;
         bool m_previewEnabled;
         bool m_missionsViewSetup;
         bool m_staticViewSetup;
         bool m_withoutDLC;
+        bool m_missingMap;
 
         void intSetSeed(const QString & seed);
         void intSetMap(const QString & map);