Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapwidget.h')
-rw-r--r--src/mapwidget.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mapwidget.h b/src/mapwidget.h
index fcc8b28..532ddc0 100644
--- a/src/mapwidget.h
+++ b/src/mapwidget.h
@@ -12,7 +12,10 @@
namespace editor
{
-
+
+/**
+ * @brief MapWidget shows the zone map with the blue grid line
+ * */
class MapWidget : public QWidget
{
Q_OBJECT
@@ -24,6 +27,7 @@ protected:
virtual void paintEvent(QPaintEvent *event);
virtual void wheelEvent(QWheelEvent *event);
+
private:
int mapwidget_zoom;
};