mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
remove reference to non-existing object
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
1004ced285
commit
069cb8f6c5
1 changed files with 0 additions and 1 deletions
|
@ -292,7 +292,6 @@ Kirigami.ApplicationWindow {
|
||||||
|
|
||||||
property Item stackView: pageStack
|
property Item stackView: pageStack
|
||||||
pageStack.initialPage: DiveList {
|
pageStack.initialPage: DiveList {
|
||||||
anchors.fill: detailsPage
|
|
||||||
id: diveList
|
id: diveList
|
||||||
opacity: 0
|
opacity: 0
|
||||||
Behavior on opacity {
|
Behavior on opacity {
|
||||||
|
|
Loading…
Reference in a new issue