X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fsettings.h;h=72dec758a512335a90ec10f91532d5f9e6213fc9;hp=219386435df5a94fdb80fc3d3ec2a1bf28e9da74;hb=10e6f4629e39c66cfb8db6ab2806bf8f13ec700b;hpb=424eddc71def51d22ec9f19d6a57c06af0d25295 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. *