--- a/QTfrontend/mapContainer.h Sun Dec 19 19:24:15 2010 +0300
+++ b/QTfrontend/mapContainer.h Sun Dec 19 20:01:24 2010 +0300
@@ -58,7 +58,7 @@
void mapDrawingFinished();
public slots:
- void changeImage();
+ void askForGeneratedPreview();
void setSeed(const QString & seed);
void setMap(const QString & map);
void setTheme(const QString & theme);
@@ -113,10 +113,9 @@
QComboBox *maze_size_selection;
MapGenerator mapgen;
int numMissions;
- int maze_size;
DrawMapScene drawMapScene;
- void loadMap(int index);
+ void updatePreview();
};
#endif // _HWMAP_CONTAINER_INCLUDED