subsurface/mobile-widgets
jan Iversen beacc00f2d mobile-widgets: remove m_cloudCredentialStatus in qmlpref
Remove m_credentialStatus in qmlpref, but let the setter/getter
stay, using qPrefCloudStorage::cloud_verification_status()
instead.

This change ensures that qmlPrefs:credentialStatus() returns the
same as qPrefCloudStorage::cloud_verification_status(), and the
setter/getter of credentialStatus can later be removed safely.

This is a "checkpoint" to ensure everything works without a temporary
credentialStatus. No code part depend on the difference between
qmlPrefs::credentialStatus() and
qPrefCloudStorage::cloud_verification_status(), but the code reference
both.

Signed-off-by: Jan Iversen <jan@casacondor.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2019-12-29 12:20:19 -08:00
..
qml mobile-widgets/qml: correct missing parm in saveCredentials() call 2019-12-28 08:36:55 -08:00
CMakeLists.txt build-system: Add CMakeLists.txt to mobile-widgets 2019-12-24 06:18:36 +09:00
qmlmanager.cpp mobile-widgets: remove cloudPin() from qmlmanager 2019-12-28 08:34:56 -08:00
qmlmanager.h mobile-widgets: make verifyCredentials() an internal function 2019-12-28 08:34:56 -08:00
qmlprefs.cpp mobile-widgets: remove m_cloudCredentialStatus in qmlpref 2019-12-29 12:20:19 -08:00
qmlprefs.h mobile-widgets: remove m_cloudCredentialStatus in qmlpref 2019-12-29 12:20:19 -08:00