aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/animation/pathinterpolator/pathinterpolator.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/animation/pathinterpolator/pathinterpolator.qml')
-rw-r--r--examples/quick/animation/pathinterpolator/pathinterpolator.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/quick/animation/pathinterpolator/pathinterpolator.qml b/examples/quick/animation/pathinterpolator/pathinterpolator.qml
index 5a137c732d..6813966015 100644
--- a/examples/quick/animation/pathinterpolator/pathinterpolator.qml
+++ b/examples/quick/animation/pathinterpolator/pathinterpolator.qml
@@ -59,6 +59,7 @@ Rectangle {
}
}
+ //! [0]
PathInterpolator {
id: motionPath
@@ -89,6 +90,7 @@ Rectangle {
}
}
}
+ //! [0]
Rectangle {
id: box