diff options
author | jan Iversen <jan@casacondor.com> | 2019-12-28 18:44:43 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-12-29 12:20:19 -0800 |
commit | 5b3ecea4a0b9bd0f65d78592fb923d5270286354 (patch) | |
tree | 57e83ba86c35783bf835021339f7bbed01b09fc1 /mobile-widgets/qmlprefs.h | |
parent | 1fd6b59a21e82fd58b3d3e93a401a4ed941db7e3 (diff) | |
download | subsurface-5b3ecea4a0b9bd0f65d78592fb923d5270286354.tar.gz |
mobile-widgets: remove setCredentialStatus() from qmlprefs
Remove no longer used function setCredentialStatus() from qmlprefs.
This is done to secure there are no missing setCredentialStatus calls
in the code.
Signed-off-by: Jan Iversen <jan@casacondor.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qmlprefs.h')
-rw-r--r-- | mobile-widgets/qmlprefs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mobile-widgets/qmlprefs.h b/mobile-widgets/qmlprefs.h index 3ff394c67..9fc538017 100644 --- a/mobile-widgets/qmlprefs.h +++ b/mobile-widgets/qmlprefs.h @@ -23,8 +23,6 @@ public: static QMLPrefs *instance(); - void setCredentialStatus(const qPrefCloudStorage::cloud_status value); - qPrefCloudStorage::cloud_status oldStatus() const; void setOldStatus(const qPrefCloudStorage::cloud_status value); |