aboutsummaryrefslogtreecommitdiffstats
path: root/mobile-widgets
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-05-28 02:21:05 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-05-28 02:21:05 -0700
commite255a698cb12a6e25d6f13aef3f7428dd7bc56fe (patch)
treefa305e1caf36b91a34fce05d178fecd11fcafdaa /mobile-widgets
parentb400a5a855fbba21f131e8374b8f35567c1d30b6 (diff)
downloadsubsurface-e255a698cb12a6e25d6f13aef3f7428dd7bc56fe.tar.gz
QML UI: remove code that's commented out
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets')
-rw-r--r--mobile-widgets/qml/DownloadFromDiveComputer.qml12
1 files changed, 0 insertions, 12 deletions
diff --git a/mobile-widgets/qml/DownloadFromDiveComputer.qml b/mobile-widgets/qml/DownloadFromDiveComputer.qml
index 687e850b8..9a56abe23 100644
--- a/mobile-widgets/qml/DownloadFromDiveComputer.qml
+++ b/mobile-widgets/qml/DownloadFromDiveComputer.qml
@@ -16,18 +16,6 @@ Kirigami.Page {
Layout.fillWidth: true;
title: qsTr("Dive Computer")
-/* this can be done by hitting the back key
- contextualActions: [
- Kirigami.Action {
- text: qsTr("Close Preferences")
- iconName: "dialog-cancel"
- onTriggered: {
- stackView.pop()
- contextDrawer.close()
- }
- }
- ]
- */
DCDownloadThread {
id: downlodaThread
deviceData.vendor : comboVendor.currentText