aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/particles/imageparticle/sharing.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/particles/imageparticle/sharing.qml')
-rw-r--r--examples/declarative/particles/imageparticle/sharing.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/declarative/particles/imageparticle/sharing.qml b/examples/declarative/particles/imageparticle/sharing.qml
index 621f672430..14a107415e 100644
--- a/examples/declarative/particles/imageparticle/sharing.qml
+++ b/examples/declarative/particles/imageparticle/sharing.qml
@@ -100,6 +100,7 @@ Rectangle {
}
}
}
+
ListView {
id: listView
width: 200; height: parent.height
@@ -121,7 +122,7 @@ Rectangle {
lifeSpan: 10000
size: 24
sizeVariation: 8
- speed: AngleDirection{ angleVariation: 360; magnitude: 3 }
+ speed: AngleDirection { angleVariation: 360; magnitude: 3 }
maximumEmitted: 10
startTime: 5000
}