mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-20 15:46:50 -05:00
mark unsaved changes to map for heaeder and event edits
closes #305 closes #337 closes #347
This commit is contained in:
@@ -53,6 +53,7 @@ public:
|
||||
QMap<QString, QString> customHeaders;
|
||||
MapLayout *layout;
|
||||
bool isPersistedToFile = true;
|
||||
bool hasUnsavedDataChanges = false;
|
||||
bool needsLayoutDir = true;
|
||||
QImage collision_image;
|
||||
QPixmap collision_pixmap;
|
||||
|
||||
@@ -210,6 +210,7 @@ signals:
|
||||
void warpEventDoubleClicked(QString mapName, QString warpNum);
|
||||
void currentMetatilesSelectionChanged();
|
||||
void mapRulerStatusChanged(const QString &);
|
||||
void shouldUpdateWindow();
|
||||
};
|
||||
|
||||
#endif // EDITOR_H
|
||||
|
||||
Reference in New Issue
Block a user