summaryrefslogtreecommitdiffstats
path: root/tests/manual/StackView.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/StackView.qml')
-rw-r--r--tests/manual/StackView.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/StackView.qml b/tests/manual/StackView.qml
index cf771be05..3b5fdf6b1 100644
--- a/tests/manual/StackView.qml
+++ b/tests/manual/StackView.qml
@@ -49,7 +49,7 @@ Window {
StackView {
id: stackView
anchors.fill: parent
- initialPage: pageComponent
+ initialItem: pageComponent
}
property StackViewDelegate fadeTransition: StackViewDelegate {