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:
jan Iversen 2018-09-06 17:13:48 -07:00 committed by Dirk Hohndel
parent e71b049498
commit 12fc3f1747
4 changed files with 1 additions and 28 deletions

View file

@ -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);