summaryrefslogtreecommitdiffstats
path: root/application/widgets/PageContainer.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2016-10-28 03:36:29 +0200
committerPetr Mrázek <peterix@gmail.com>2016-10-28 03:42:34 +0200
commit8731318fefad35acb8a2df408ef809dead1c7c07 (patch)
tree73faa6aa84e4562c63ae69b3b1241c2cc2189521 /application/widgets/PageContainer.h
parentdd0e996081ae820a0f16b5a6854a8a6274c5edf5 (diff)
downloadMultiMC-8731318fefad35acb8a2df408ef809dead1c7c07.tar
MultiMC-8731318fefad35acb8a2df408ef809dead1c7c07.tar.gz
MultiMC-8731318fefad35acb8a2df408ef809dead1c7c07.tar.lz
MultiMC-8731318fefad35acb8a2df408ef809dead1c7c07.tar.xz
MultiMC-8731318fefad35acb8a2df408ef809dead1c7c07.zip
GH-1652 save all instance settings on launch if instance window is already open
Diffstat (limited to 'application/widgets/PageContainer.h')
-rw-r--r--application/widgets/PageContainer.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/application/widgets/PageContainer.h b/application/widgets/PageContainer.h
index 93971209..e7dc8b08 100644
--- a/application/widgets/PageContainer.h
+++ b/application/widgets/PageContainer.h
@@ -41,7 +41,11 @@ public:
void addButtons(QWidget * buttons);
void addButtons(QLayout * buttons);
- bool requestClose(QCloseEvent *event);
+ /*
+ * Save any unsaved state and prepare to be closed.
+ * @return true if everything can be saved, false if there is something that requires attention
+ */
+ bool prepareToClose();
virtual bool selectPage(QString pageId) override;