mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-15 05:17:10 -05:00
Rename DraggablePixmapItem::move() overload as moveTo to avoid confusion
This commit is contained in:
@@ -33,8 +33,8 @@ public:
|
||||
int last_y;
|
||||
|
||||
void updatePosition();
|
||||
void move(int x, int y);
|
||||
void move(const QPoint &pos) { move(pos.x(), pos.y()); }
|
||||
void move(int dx, int dy);
|
||||
void moveTo(const QPoint &pos);
|
||||
void emitPositionChanged();
|
||||
void updatePixmap();
|
||||
void bind(QComboBox *combo, QString key);
|
||||
|
||||
Reference in New Issue
Block a user