mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
QML UI: Download from DC: remove unused property
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
e49a3b01ab
commit
05a3bbe65c
1 changed files with 0 additions and 3 deletions
|
@ -15,7 +15,6 @@ Kirigami.Page {
|
||||||
Layout.fillWidth: true;
|
Layout.fillWidth: true;
|
||||||
title: qsTr("Dive Computer")
|
title: qsTr("Dive Computer")
|
||||||
|
|
||||||
property bool selectAll : false
|
|
||||||
property alias dcImportModel: importModel
|
property alias dcImportModel: importModel
|
||||||
property bool divesDownloaded: false
|
property bool divesDownloaded: false
|
||||||
property bool btEnabled: manager.btEnabled()
|
property bool btEnabled: manager.btEnabled()
|
||||||
|
@ -286,7 +285,6 @@ Kirigami.Page {
|
||||||
color: subsurfaceTheme.darkerPrimaryTextColor
|
color: subsurfaceTheme.darkerPrimaryTextColor
|
||||||
}
|
}
|
||||||
onClicked : {
|
onClicked : {
|
||||||
selectAll = true
|
|
||||||
importModel.selectAll()
|
importModel.selectAll()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -304,7 +302,6 @@ Kirigami.Page {
|
||||||
color: subsurfaceTheme.darkerPrimaryTextColor
|
color: subsurfaceTheme.darkerPrimaryTextColor
|
||||||
}
|
}
|
||||||
onClicked : {
|
onClicked : {
|
||||||
selectAll = false
|
|
||||||
importModel.selectNone()
|
importModel.selectNone()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue