aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/animation/basics/color-animation.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/animation/basics/color-animation.qml')
-rw-r--r--examples/quick/animation/basics/color-animation.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/quick/animation/basics/color-animation.qml b/examples/quick/animation/basics/color-animation.qml
index f1bf40c40b..85dca2d4fa 100644
--- a/examples/quick/animation/basics/color-animation.qml
+++ b/examples/quick/animation/basics/color-animation.qml
@@ -48,6 +48,7 @@ Item {
// Let's draw the sky...
Rectangle {
anchors { left: parent.left; top: parent.top; right: parent.right; bottom: parent.verticalCenter }
+ //! [0]
gradient: Gradient {
GradientStop {
position: 0.0
@@ -66,6 +67,7 @@ Item {
}
}
}
+ //! [0]
}
// the sun, moon, and stars