aboutsummaryrefslogtreecommitdiff
path: root/Source/MapEditor/mygraphicsscene.h
diff options
context:
space:
mode:
authorXavier ASUS <xavi92psx@gmail.com>2018-11-27 00:26:41 +0100
committerXavier ASUS <xavi92psx@gmail.com>2018-11-27 00:26:41 +0100
commit3de2130b6070bb9012d81e290fda452db42e069f (patch)
tree7158dd9eba7514824f5c85494fea7a967676f10a /Source/MapEditor/mygraphicsscene.h
parentf8f976763b4d272b4801f8b99eb542caa12fc3fe (diff)
downloadairport-3de2130b6070bb9012d81e290fda452db42e069f.tar.gz
TILE_TAXIWAY_CORNER_GRASS_3 added to accepted tiles list.
Building edition is now supported on MapEditor! LEVEL2.LVL now has some buildings laying around.
Diffstat (limited to 'Source/MapEditor/mygraphicsscene.h')
-rw-r--r--Source/MapEditor/mygraphicsscene.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/MapEditor/mygraphicsscene.h b/Source/MapEditor/mygraphicsscene.h
index 90dadea..ea416e0 100644
--- a/Source/MapEditor/mygraphicsscene.h
+++ b/Source/MapEditor/mygraphicsscene.h
@@ -14,13 +14,13 @@ public:
~MyGraphicsScene();
signals:
- void positionClicked(QPointF);
+ void positionClicked(QPointF position);
void noItemSelected(void);
- void updateSelectedItem(void);
+ void updateSelectedItem(Qt::MouseButton button);
private:
- void mousePressEvent(QGraphicsSceneMouseEvent *mouseEvent);
- void mouseDoubleClickEvent(QGraphicsSceneMouseEvent *);
+ void mousePressEvent(QGraphicsSceneMouseEvent * const mouseEvent);
+ void mouseDoubleClickEvent(QGraphicsSceneMouseEvent * const mouseEvent);
};