mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
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:
parent
b809019c7a
commit
c8bf412720
2 changed files with 0 additions and 12 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue