aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/animation/states/states.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/animation/states/states.qml')
-rw-r--r--examples/quick/animation/states/states.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/animation/states/states.qml b/examples/quick/animation/states/states.qml
index 26acaf7bf0..7f3b840956 100644
--- a/examples/quick/animation/states/states.qml
+++ b/examples/quick/animation/states/states.qml
@@ -45,7 +45,7 @@ Rectangle {
width: 640; height: 480
color: "#343434"
- Image {
+ Image {
id: userIcon
x: topLeftRect.x; y: topLeftRect.y
source: "qt-logo.png"