aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/particles/emitters/content/burstandpulse.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/particles/emitters/content/burstandpulse.qml')
-rw-r--r--examples/quick/particles/emitters/content/burstandpulse.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/particles/emitters/content/burstandpulse.qml b/examples/quick/particles/emitters/content/burstandpulse.qml
index 18d1c43933..28c56b326d 100644
--- a/examples/quick/particles/emitters/content/burstandpulse.qml
+++ b/examples/quick/particles/emitters/content/burstandpulse.qml
@@ -67,7 +67,7 @@ Rectangle {
id: particles
anchors.fill: parent
ImageParticle {
- source: "../../images/star.png"
+ source: "qrc:///particleresources/star.png"
alpha: 0
colorVariation: 0.6
}