mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
QML UI: remove code that's commented out
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
b400a5a855
commit
e255a698cb
1 changed files with 0 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue