aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2012-02-14 11:26:31 +1000
committerQt by Nokia <qt-info@nokia.com>2012-02-14 02:28:43 +0100
commitda068b60656dd80ba3a7b383b662800389323f83 (patch)
tree2616f941a4d39639e7bf35d9b99b9411ae9a91ef /examples
parentccc05e55f430dcea23b2f3035835c25959502ee9 (diff)
Remove missing image reference
Not really needed for this example anyways Change-Id: I98fd546441f3fd5e6caa9212cc171dab3000a139 Reviewed-by: Martin Jones <martin.jones@nokia.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/declarative/particles/imageparticle/sharing.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/declarative/particles/imageparticle/sharing.qml b/examples/declarative/particles/imageparticle/sharing.qml
index 7a5d6521bc..27e08322d9 100644
--- a/examples/declarative/particles/imageparticle/sharing.qml
+++ b/examples/declarative/particles/imageparticle/sharing.qml
@@ -133,7 +133,6 @@ Rectangle {
source: "../images/flower.png"
alpha: 0.1
color: "white"
- opacityTable: "opacity.png"
rotationVariation: 180
z: -1
}