mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
QML UI: remove some dead code
Removed some unused alias defines. Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
This commit is contained in:
parent
d22f67925e
commit
e1e1c4b650
1 changed files with 0 additions and 3 deletions
|
@ -18,11 +18,8 @@ Kirigami.ApplicationWindow {
|
|||
preferredHeight: Math.round(Kirigami.Units.gridUnit * (Qt.platform.os == "ios" ? 2 : 1.5))
|
||||
maximumHeight: Kirigami.Units.gridUnit * 2
|
||||
}
|
||||
property bool fullscreen: true
|
||||
property alias oldStatus: manager.oldStatus
|
||||
property alias notificationText: manager.notificationText
|
||||
property QtObject notification: null
|
||||
property bool showingDiveList: false
|
||||
property alias syncToCloud: manager.syncToCloud
|
||||
property alias locationServiceEnabled: manager.locationServiceEnabled
|
||||
property alias showPin: manager.showPin
|
||||
|
|
Loading…
Reference in a new issue