summaryrefslogtreecommitdiffstats
path: root/qt-mobile/qml/main.qml
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-02-10 15:49:28 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-02-10 20:57:11 -0800
commit82a982b90370cf09c8ac43d68ade30d010fcfd12 (patch)
tree3584448a8d519d702d67aa22ad0c5cda283d4d86 /qt-mobile/qml/main.qml
parentffd449cf217a45e939620abf65a49fa54cfd727c (diff)
downloadsubsurface-82a982b90370cf09c8ac43d68ade30d010fcfd12.tar.gz
QML UI: redo the start page
It now explains the relationship between Subsurface-mobile and the desktop application and allows the user to enter the cloud credentials right there. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-mobile/qml/main.qml')
-rw-r--r--qt-mobile/qml/main.qml5
1 files changed, 0 insertions, 5 deletions
diff --git a/qt-mobile/qml/main.qml b/qt-mobile/qml/main.qml
index 087de2621..1f1a65475 100644
--- a/qt-mobile/qml/main.qml
+++ b/qt-mobile/qml/main.qml
@@ -251,11 +251,6 @@ MobileComponents.ApplicationWindow {
visible: false
}
- CloudCredentials {
- id: cloudCredWindow
- visible: false
- }
-
DiveDetails {
id: detailsWindow
visible: false