QML-UI: remove references to download from divecomputer

This needs to be reimplemented.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2017-04-14 09:14:24 -07:00
parent b809019c7a
commit c8bf412720
2 changed files with 0 additions and 12 deletions

View file

@ -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

View file

@ -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>