mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
a97cc83458
commit
5af7727ad0
2 changed files with 11 additions and 18 deletions
|
|
@ -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 |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue