From 501f8ba6a486c0a79d563f08403792a0f3279ca9 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Tue, 29 Mar 2016 20:24:34 -0500 Subject: QML UI: remove a few obsolete properties and references Signed-off-by: Dirk Hohndel --- qt-mobile/qml/CloudCredentials.qml | 1 - qt-mobile/qml/StartPage.qml | 2 -- qt-mobile/qml/main.qml | 1 - 3 files changed, 4 deletions(-) (limited to 'qt-mobile/qml') 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 diff --git a/qt-mobile/qml/StartPage.qml b/qt-mobile/qml/StartPage.qml index 9ce321438..a9e23ed7b 100644 --- a/qt-mobile/qml/StartPage.qml +++ b/qt-mobile/qml/StartPage.qml @@ -9,8 +9,6 @@ ColumnLayout { id: startpage width: subsurfaceTheme.columnWidth - property int buttonWidth: width * 0.9 - function saveCredentials() { cloudCredentials.saveCredentials() } MobileComponents.Heading { diff --git a/qt-mobile/qml/main.qml b/qt-mobile/qml/main.qml index bb48d4cb7..439986dee 100644 --- a/qt-mobile/qml/main.qml +++ b/qt-mobile/qml/main.qml @@ -259,7 +259,6 @@ MobileComponents.ApplicationWindow { property Item stackView: pageStack initialPage: DiveList { - anchors.fill: detailsPage id: diveList opacity: 0 Behavior on opacity { -- cgit v1.2.3-70-g09d2