diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2018-06-18 17:53:08 +0900 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-06-20 09:34:27 +0900 |
commit | e6835d76cc56991619ca65af9f4187ffa6806aa9 (patch) | |
tree | 2a23b54fb5c1226dc7d32b053a509c21fb0bf1dd /mobile-widgets/qml/CloudCredentials.qml | |
parent | e0f7a2ca374afa99a06863fb9082f94e613ea3ba (diff) | |
download | subsurface-e6835d76cc56991619ca65af9f4187ffa6806aa9.tar.gz |
QML UIL: fix more problems with members moving from manager to prefs
That change clearly would have benefited from better code review.
This is a superset of a change proposed by Jan Iversen.
Closes #1406
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qml/CloudCredentials.qml')
-rw-r--r-- | mobile-widgets/qml/CloudCredentials.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/CloudCredentials.qml b/mobile-widgets/qml/CloudCredentials.qml index 2ddd5a3d1..dd03c4d69 100644 --- a/mobile-widgets/qml/CloudCredentials.qml +++ b/mobile-widgets/qml/CloudCredentials.qml @@ -117,7 +117,7 @@ Item { id: cancelpin text: qsTr("Cancel") onClicked: { - manager.cancelCredentialsPinSetup() + prefs.cancelCredentialsPinSetup() rootItem.returnTopPage() } } |