X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fsettings.h;h=72dec758a512335a90ec10f91532d5f9e6213fc9;hb=258df63876c8b2b5f3ff14a6fbae14ea0b713457;hp=219386435df5a94fdb80fc3d3ec2a1bf28e9da74;hpb=424eddc71def51d22ec9f19d6a57c06af0d25295;p=quassel.git diff --git a/src/common/settings.h b/src/common/settings.h index 21938643..72dec758 100644 --- a/src/common/settings.h +++ b/src/common/settings.h @@ -83,6 +83,13 @@ public: */ virtual void setVersionMinor(const uint versionMinor); + /** + * Persist unsaved changes to permanent storage + * + * @return true if succeeded, false otherwise + */ + bool sync(); + /** * Check if the configuration storage is writable. *