aboutsummaryrefslogtreecommitdiff
path: root/Source/MapEditor/mygraphicsscene.h
diff options
context:
space:
mode:
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);
};