aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/particles/system/content/timedgroupchanges.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/particles/system/content/timedgroupchanges.qml')
-rw-r--r--examples/quick/particles/system/content/timedgroupchanges.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/particles/system/content/timedgroupchanges.qml b/examples/quick/particles/system/content/timedgroupchanges.qml
index 6443878a36..7131633769 100644
--- a/examples/quick/particles/system/content/timedgroupchanges.qml
+++ b/examples/quick/particles/system/content/timedgroupchanges.qml
@@ -119,7 +119,7 @@ Rectangle {
ImageParticle {
groups: ["works", "fire", "splode"]
- source: "../../images/particle.png"
+ source: "qrc:///particleresources/glowdot.png"
entryEffect: ImageParticle.Scale
}
}