QTfrontend/ui/widget/mapContainer.h
changeset 9744 1ee4842a9c86
parent 9739 c2c9dd2544b8
child 9998 736015b847e3
--- a/QTfrontend/ui/widget/mapContainer.h	Tue Dec 03 18:09:54 2013 +0100
+++ b/QTfrontend/ui/widget/mapContainer.h	Tue Dec 03 23:54:58 2013 +0400
@@ -151,6 +151,8 @@
         bool m_master;
         QList<QWidget *> m_childWidgets;
         bool m_previewEnabled;
+        bool m_missionsViewSetup;
+        bool m_staticViewSetup;
 
         void intSetSeed(const QString & seed);
         void intSetMap(const QString & map);
@@ -163,6 +165,8 @@
         void changeMapType(MapModel::MapType type, const QModelIndex & newMap = QModelIndex());
         void updatePreview();
         void updateThemeButtonSize();
+        void setupMissionMapsView();
+        void setupStaticMapsView();
 
         MapModel::MapInfo m_mapInfo;
         int m_themeID;