Better unsaved project warning

This commit is contained in:
Jack Andersen
2018-08-29 22:19:53 -10:00
parent 1884e0ca7a
commit 59f99d0b99
6 changed files with 207 additions and 180 deletions

View File

@@ -188,6 +188,7 @@ public:
void pushUndoCommand(EditorUndoCommand* cmd);
void updateFocus();
void aboutToDeleteNode(ProjectModel::INode* node);
bool askAboutSave();
void closeEvent(QCloseEvent* ev);
void showEvent(QShowEvent* ev);