mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
mobile-widgets/qml: remove property credentialStatus
Property is unused, remove it. Signed-off-by: Jan Iversen <jan@casacondor.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
9e5564a3de
commit
944455a821
1 changed files with 0 additions and 1 deletions
|
@ -12,7 +12,6 @@ Kirigami.ScrollablePage {
|
||||||
objectName: "DiveList"
|
objectName: "DiveList"
|
||||||
title: qsTr("Dive list")
|
title: qsTr("Dive list")
|
||||||
verticalScrollBarPolicy: Qt.ScrollBarAlwaysOff
|
verticalScrollBarPolicy: Qt.ScrollBarAlwaysOff
|
||||||
property int credentialStatus: prefs.credentialStatus
|
|
||||||
property int numDives: diveListView.count
|
property int numDives: diveListView.count
|
||||||
property color textColor: subsurfaceTheme.textColor
|
property color textColor: subsurfaceTheme.textColor
|
||||||
property color secondaryTextColor: subsurfaceTheme.secondaryTextColor
|
property color secondaryTextColor: subsurfaceTheme.secondaryTextColor
|
||||||
|
|
Loading…
Reference in a new issue