diff options
author | Petr Mrázek <peterix@gmail.com> | 2018-04-12 01:44:51 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2018-04-23 02:05:22 +0200 |
commit | 72ff342d6325cab42cc3d8401b4fac5b2f7eff3b (patch) | |
tree | c779eaaf41a16be4c9990bec21e661ec6b53bafe /application/widgets/PageContainer.h | |
parent | 6284f070c19053ae2bcf26dd9bccac2e0d35477f (diff) | |
download | PrismLauncher-72ff342d6325cab42cc3d8401b4fac5b2f7eff3b.tar.gz PrismLauncher-72ff342d6325cab42cc3d8401b4fac5b2f7eff3b.tar.bz2 PrismLauncher-72ff342d6325cab42cc3d8401b4fac5b2f7eff3b.zip |
GH-2053 basics of the servers.dat management
Diffstat (limited to 'application/widgets/PageContainer.h')
-rw-r--r-- | application/widgets/PageContainer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/widgets/PageContainer.h b/application/widgets/PageContainer.h index ea9f8ce1..a05e74c4 100644 --- a/application/widgets/PageContainer.h +++ b/application/widgets/PageContainer.h @@ -46,6 +46,7 @@ public: * @return true if everything can be saved, false if there is something that requires attention */ bool prepareToClose(); + bool saveAll(); /* request close - used by individual pages */ bool requestClose() override |