Place new events in the center of the map

This commit is contained in:
BigBahss
2021-03-20 11:20:29 -04:00
committed by Tyler Dennis
parent 1c0001504d
commit 5f292ea3cc
3 changed files with 7 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ public:
void updatePosition();
void move(int x, int y);
void move(const QPoint &pos) { move(pos.x(), pos.y()); }
void emitPositionChanged();
void updatePixmap();
void bind(QComboBox *combo, QString key);