diff options
Diffstat (limited to 'core/settings/qPrefCloudStorage.h')
-rw-r--r-- | core/settings/qPrefCloudStorage.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/settings/qPrefCloudStorage.h b/core/settings/qPrefCloudStorage.h index d30f26ae0..288b6e37e 100644 --- a/core/settings/qPrefCloudStorage.h +++ b/core/settings/qPrefCloudStorage.h @@ -57,6 +57,7 @@ public: public slots: static void set_cloud_auto_sync(bool value); static void set_cloud_base_url(const QString &value); + static void store_cloud_base_url(const QString &value); static void set_cloud_storage_email(const QString &value); static void set_cloud_storage_email_encoded(const QString &value); static void set_cloud_storage_password(const QString &value); |