aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/particles/system/content/multiplepainters.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/particles/system/content/multiplepainters.qml')
-rw-r--r--examples/quick/particles/system/content/multiplepainters.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/particles/system/content/multiplepainters.qml b/examples/quick/particles/system/content/multiplepainters.qml
index 8a38874533..e0a1288588 100644
--- a/examples/quick/particles/system/content/multiplepainters.qml
+++ b/examples/quick/particles/system/content/multiplepainters.qml
@@ -91,6 +91,6 @@ Rectangle {
height: 240
width: root.width
z: 1
- source: "../../images/particle.png"
+ source: "qrc:///particleresources/glowdot.png"
}
}