mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Revert "core/tests: add loadFromCloud var to qPrefCloudStorage"
This reverts commit b7a1bb670c.
Signed-off-by: Jan Iversen <jani@apache.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
e71b049498
commit
12fc3f1747
4 changed files with 1 additions and 28 deletions
|
|
@ -45,8 +45,6 @@ public:
|
|||
static bool save_userid_local() { return prefs.save_userid_local; }
|
||||
static QString userid() { return prefs.userid; }
|
||||
|
||||
static bool loadFromCloud(const QString& email);
|
||||
|
||||
public slots:
|
||||
static void set_cloud_base_url(const QString &value);
|
||||
static void set_cloud_storage_email(const QString &value);
|
||||
|
|
@ -61,8 +59,6 @@ public slots:
|
|||
static void set_save_userid_local(bool value);
|
||||
static void set_userid(const QString &value);
|
||||
|
||||
static void set_loadFromCloud(const QString& email, bool done);
|
||||
|
||||
signals:
|
||||
void cloud_base_url_changed(const QString &value);
|
||||
void cloud_storage_email_changed(const QString &value);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue