aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/views/parallax/parallax.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/views/parallax/parallax.qml')
-rw-r--r--examples/quick/views/parallax/parallax.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/views/parallax/parallax.qml b/examples/quick/views/parallax/parallax.qml
index 4ec482f581..ddcafc1ee1 100644
--- a/examples/quick/views/parallax/parallax.qml
+++ b/examples/quick/views/parallax/parallax.qml
@@ -69,7 +69,7 @@ Rectangle {
anchors { top: parent.top; topMargin: 10; horizontalCenter: parent.horizontalCenter }
width: 300; height: 400
clip: true;
- source: "../../../demos/samegame/samegame.qml"
+ source: "../../demos/samegame/samegame.qml"
}
}
}