diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-03-29 20:24:34 -0500 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-03-29 20:24:34 -0500 |
commit | 501f8ba6a486c0a79d563f08403792a0f3279ca9 (patch) | |
tree | d1a5582507ec5f631cec3c7d3be744e370b27f69 /qt-mobile/qml/CloudCredentials.qml | |
parent | a11e719f1a754194d00406857fb195b4b41cbd4d (diff) | |
download | subsurface-501f8ba6a486c0a79d563f08403792a0f3279ca9.tar.gz |
QML UI: remove a few obsolete properties and references
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-mobile/qml/CloudCredentials.qml')
-rw-r--r-- | qt-mobile/qml/CloudCredentials.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-mobile/qml/CloudCredentials.qml b/qt-mobile/qml/CloudCredentials.qml index ed3ff0a80..07de055fa 100644 --- a/qt-mobile/qml/CloudCredentials.qml +++ b/qt-mobile/qml/CloudCredentials.qml @@ -12,7 +12,6 @@ Item { property string username: login.text; property string password: password.text; - property bool issave: savePassword.checked; function saveCredentials() { manager.cloudUserName = login.text |