diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-04-14 09:14:24 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-04-14 09:50:57 -0700 |
commit | c8bf412720fb917602eea33460d9323ee4538deb (patch) | |
tree | e3fdf7a0815770d86ec43643a4bea19206879e21 /mobile-widgets | |
parent | b809019c7ae0651d4f8f7c8ea0bf14340c056d6b (diff) | |
download | subsurface-c8bf412720fb917602eea33460d9323ee4538deb.tar.gz |
QML-UI: remove references to download from divecomputer
This needs to be reimplemented.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets')
-rw-r--r-- | mobile-widgets/qml/main.qml | 11 | ||||
-rw-r--r-- | mobile-widgets/qml/mobile-resources.qrc | 1 |
2 files changed, 0 insertions, 12 deletions
diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml index 29ceed9f1..611a6f493 100644 --- a/mobile-widgets/qml/main.qml +++ b/mobile-widgets/qml/main.qml @@ -292,12 +292,6 @@ Kirigami.ApplicationWindow { } } - contextDrawer: Kirigami.ContextDrawer { - id: contextDrawer - actions: rootItem.pageStack.currentPage ? rootItem.pageStack.currentPage.contextualActions : null - title: qsTr("Actions") - } - QtObject { id: subsurfaceTheme property int titlePointSize: Math.round(fontMetrics.font.pointSize * 1.5) @@ -342,11 +336,6 @@ Kirigami.ApplicationWindow { anchors.fill: parent } - DownloadFromDiveComputer { - id: downloadDivesWindow - visible: false - } - Log { id: logWindow visible: false diff --git a/mobile-widgets/qml/mobile-resources.qrc b/mobile-widgets/qml/mobile-resources.qrc index f91d3bd45..4195ab3ef 100644 --- a/mobile-widgets/qml/mobile-resources.qrc +++ b/mobile-widgets/qml/mobile-resources.qrc @@ -8,7 +8,6 @@ <file>DiveDetails.qml</file> <file>DiveDetailsEdit.qml</file> <file>DiveDetailsView.qml</file> - <file>DownloadFromDiveComputer.qml</file> <file>GpsList.qml</file> <file>HintsTextEdit.qml</file> <file>Log.qml</file> |