summaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml/main.qml
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2020-02-06 13:07:59 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-02-06 21:45:00 -0800
commitf1a08eb9522c8243201aa88c802b89678c1b2be7 (patch)
treef22338696568a2a71f3c17696e873af5522851f0 /mobile-widgets/qml/main.qml
parentf44e63b42701e503556b860588cd60dd387fadea (diff)
downloadsubsurface-f1a08eb9522c8243201aa88c802b89678c1b2be7.tar.gz
mobile: comment out planner references
I don't expect this to be complieted. I'll keep it in the tree for the moment, but expect to remove all of the related code eventually. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qml/main.qml')
-rw-r--r--mobile-widgets/qml/main.qml6
1 files changed, 4 insertions, 2 deletions
diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml
index 7423c60c6..cdb1a1bad 100644
--- a/mobile-widgets/qml/main.qml
+++ b/mobile-widgets/qml/main.qml
@@ -520,6 +520,7 @@ if you have network connectivity and want to sync your data to cloud storage."),
pageStack.push(themetest)
}
}
+ /* disable for now
Kirigami.Action {
text: qsTr("Dive planner")
@@ -559,6 +560,7 @@ if you have network connectivity and want to sync your data to cloud storage."),
}
}
}
+ */
}
] // end actions
Image {
@@ -766,7 +768,7 @@ if you have network connectivity and want to sync your data to cloud storage."),
id: mapPage
visible: false
}
-
+/* this shouldn't be exposed unless someone will finish the work
DivePlannerSetup {
id: divePlannerSetupWindow
visible: false
@@ -786,7 +788,7 @@ if you have network connectivity and want to sync your data to cloud storage."),
id: divePlannerManagerWindow
visible: false
}
-
+ */
DiveSummary {
id: diveSummaryWindow
visible: false