QML UI: remove code that's commented out

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2017-05-28 02:21:05 -07:00
parent b400a5a855
commit e255a698cb

View file

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