From 18e52c1da402138a2204419bb008beb7271333bb Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 18 Nov 2015 13:12:34 -0800 Subject: QML UI: remove manual setting of web service userid It's just not user friendly to have two different user IDs for two different web services that we provide. Instead in the following commits we'll add a way to retrieve the location service web service userid with your cloud storage user id. Signed-off-by: Dirk Hohndel --- qt-mobile/qml/Preferences.qml | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'qt-mobile/qml') diff --git a/qt-mobile/qml/Preferences.qml b/qt-mobile/qml/Preferences.qml index f67f99ff7..59861009c 100644 --- a/qt-mobile/qml/Preferences.qml +++ b/qt-mobile/qml/Preferences.qml @@ -79,17 +79,6 @@ Item { Layout.columnSpan: 2 } - Label { - text: "ID" - Layout.alignment: Qt.AlignRight - } - - TextField { - id: userid - text: manager.ssrfGpsWebUserid - Layout.fillWidth: true - } - Label { text: "Distance threshold (meters)" Layout.alignment: Qt.AlignRight @@ -124,7 +113,6 @@ Item { manager.cloudUserName = login.text manager.cloudPassword = password.text manager.saveCloudPassword = savePassword.checked - manager.ssrfGpsWebUserid = userid.text manager.distanceThreshold = distanceThreshold.text manager.timeThreshold = timeThreshold.text manager.savePreferences() -- cgit v1.2.3-70-g09d2