mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
cloudstorage: add API to just update on-disk setting
This way we can change the host that we will use next time the app runs. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
c5eb806adb
commit
e22b33795b
2 changed files with 8 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue