mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-14 12:57:06 -05:00
MapConnection to QObject
This commit is contained in:
@@ -17,7 +17,7 @@ public:
|
||||
setFlag(ItemSendsGeometryChanges);
|
||||
this->initialX = x;
|
||||
this->initialY = y;
|
||||
this->initialOffset = connection->offset;
|
||||
this->initialOffset = connection->offset();
|
||||
this->setX(x);
|
||||
this->setY(y);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user