QTfrontend/ui/widget/mapContainer.h
changeset 8467 dc53b4b66fa0
parent 8393 85bd6c7b2641
child 8475 f605bc59c603
--- a/QTfrontend/ui/widget/mapContainer.h	Fri Feb 01 08:47:07 2013 -0500
+++ b/QTfrontend/ui/widget/mapContainer.h	Fri Feb 01 18:07:43 2013 -0500
@@ -107,13 +107,14 @@
         void missionMapChanged(const QModelIndex & map, const QModelIndex & old = QModelIndex());
         void loadDrawing();
         void showSeedPrompt();
+        void previewClicked();
 
     protected:
         virtual void resizeEvent ( QResizeEvent * event );
 
     private:
         QVBoxLayout mainLayout;
-        QLabel* mapPreview;
+        QPushButton* mapPreview;
         QComboBox* chooseMap;
         MapModel * m_staticMapModel;
         MapModel * m_missionMapModel;