summaryrefslogtreecommitdiffstats
path: root/examples/touch/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/touch/main.qml')
-rw-r--r--examples/touch/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/touch/main.qml b/examples/touch/main.qml
index c0db38f61..342d4f2d1 100644
--- a/examples/touch/main.qml
+++ b/examples/touch/main.qml
@@ -133,7 +133,7 @@ ApplicationWindow {
id: pageStack
anchors.fill: parent
- initialPage: Item {
+ initialItem: Item {
width: parent.width
height: parent.height
ListView {