aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/modelviews/parallax/parallax.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/modelviews/parallax/parallax.qml')
-rw-r--r--examples/declarative/modelviews/parallax/parallax.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/modelviews/parallax/parallax.qml b/examples/declarative/modelviews/parallax/parallax.qml
index 5fa24adc19..0fdc5e3345 100644
--- a/examples/declarative/modelviews/parallax/parallax.qml
+++ b/examples/declarative/modelviews/parallax/parallax.qml
@@ -70,7 +70,7 @@ Rectangle {
anchors { top: parent.top; topMargin: 10; horizontalCenter: parent.horizontalCenter }
width: 300; height: 400
clip: true;
- source: "../../../../demos/declarative/samegame/samegame.qml"
+ source: "../../samegame/samegame.qml"
Component.onCompleted: item.inAnotherDemo = true;
}
}