remove reference to non-existing object

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2016-04-07 22:50:32 -07:00
parent 1004ced285
commit 069cb8f6c5

View file

@ -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 {