mobile UI/login: replace use of cloudPassword

Replace prefs.cloudPassword with PrefCloudStorage.cloud_storage_password in QML

Replace QMLPrefs.....cloudPassword with PrefCloudStorage::cloud_storage_password in C++

Signed-off-by: Jan Iversen <jani@apache.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
jan Iversen 2019-12-20 17:04:28 +01:00 committed by Dirk Hohndel
parent a97cc83458
commit 5af7727ad0
2 changed files with 11 additions and 18 deletions

View file

@ -74,7 +74,7 @@ Item {
Controls.TextField {
id: password
text: prefs.cloudPassword
text: PrefCloudStorage.cloud_storage_password
visible: !rootItem.showPin
echoMode: TextInput.PasswordEchoOnEdit
inputMethodHints: Qt.ImhSensitiveData |