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;
|
||||
title: qsTr("Dive Computer")
|
||||
|
||||
property bool selectAll : false
|
||||
property alias dcImportModel: importModel
|
||||
property bool divesDownloaded: false
|
||||
property bool btEnabled: manager.btEnabled()
|
||||
|
@ -286,7 +285,6 @@ Kirigami.Page {
|
|||
color: subsurfaceTheme.darkerPrimaryTextColor
|
||||
}
|
||||
onClicked : {
|
||||
selectAll = true
|
||||
importModel.selectAll()
|
||||
}
|
||||
}
|
||||
|
@ -304,7 +302,6 @@ Kirigami.Page {
|
|||
color: subsurfaceTheme.darkerPrimaryTextColor
|
||||
}
|
||||
onClicked : {
|
||||
selectAll = false
|
||||
importModel.selectNone()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue