--- a/QTfrontend/mapContainer.h Wed Dec 08 21:55:15 2010 +0300
+++ b/QTfrontend/mapContainer.h Wed Dec 08 22:18:50 2010 +0300
@@ -23,6 +23,7 @@
#include <QGridLayout>
#include <QComboBox>
#include <QLabel>
+#include <QByteArray>
#include "hwmap.h"
@@ -48,6 +49,7 @@
MapGenerator get_mapgen(void) const;
int get_maze_size(void) const;
bool getCurrentIsMission() const;
+ QByteArray getDrawnMapData();
public slots:
void changeImage();
@@ -98,6 +100,7 @@
QLabel *maze_size_label;
QComboBox *maze_size_selection;
MapGenerator mapgen;
+ QByteArray drawnMapData;
int numMissions;
int maze_size;