summaryrefslogtreecommitdiffstats
path: root/application/InstanceWindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'application/InstanceWindow.h')
-rw-r--r--application/InstanceWindow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/application/InstanceWindow.h b/application/InstanceWindow.h
index 71bf4d40..1a6bc8c3 100644
--- a/application/InstanceWindow.h
+++ b/application/InstanceWindow.h
@@ -41,6 +41,9 @@ public:
m_shouldQuit = shouldQuit;
}
+ // save all settings and changes (prepare for launch)
+ bool saveAll();
+
signals:
void isClosing();