diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/cloudmanager.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/common/cloudmanager.h b/common/cloudmanager.h index 5919937720..d1c89454b1 100644 --- a/common/cloudmanager.h +++ b/common/cloudmanager.h @@ -41,13 +41,19 @@ public: virtual void init() = 0; /** + * Saves all information into configuration file. + */ + + virtual void save() = 0; + + /** * Returns active Storage, which could be used to interact * with cloud storage. * * @return active Cloud::Storage or null, if there is no active Storage. */ - virtual Cloud::Storage* getCurrentStorage() = 0; + virtual Cloud::Storage *getCurrentStorage() = 0; /** * Starts saves syncing process in currently active storage if there is any. |