From 5af7727ad037e4291e2e7f05684cc1c91ae8edd7 Mon Sep 17 00:00:00 2001 From: jan Iversen Date: Fri, 20 Dec 2019 17:04:28 +0100 Subject: 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 Signed-off-by: Dirk Hohndel --- mobile-widgets/qml/CloudCredentials.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mobile-widgets/qml') diff --git a/mobile-widgets/qml/CloudCredentials.qml b/mobile-widgets/qml/CloudCredentials.qml index 502d15af2..335645cbc 100644 --- a/mobile-widgets/qml/CloudCredentials.qml +++ b/mobile-widgets/qml/CloudCredentials.qml @@ -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 | -- cgit v1.2.3-70-g09d2