mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-23 09:06:45 -05:00
Final MapConnection testing fixes
This commit is contained in:
@@ -55,8 +55,8 @@ private:
|
||||
|
||||
signals:
|
||||
void parentMapChanged(Map* before, Map* after);
|
||||
void targetMapNameChanged(const QString &before, const QString &after);
|
||||
void directionChanged(const QString &before, const QString &after);
|
||||
void targetMapNameChanged(QString before, QString after);
|
||||
void directionChanged(QString before, QString after);
|
||||
void offsetChanged(int before, int after);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user