aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2011-09-22 13:48:19 +1000
committerQt by Nokia <qt-info@nokia.com>2011-09-22 07:22:11 +0200
commit852983a6d9dc5d57753d6eadf779d6607497ac64 (patch)
tree73b0d192c4970550af0141734c2aa8a02a241f61 /examples
parentcc3f830c030e271f258bb330e5bc1fc400196389 (diff)
Recognize deformable performance level properly
Task-number: QTBUG-21305 Change-Id: I88cfe56f0f22abc92a083b2a0a8da059ebefc652 Reviewed-on: http://codereview.qt-project.org/5344 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Martin Jones <martin.jones@nokia.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/declarative/particles/imageparticle/deformation.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/declarative/particles/imageparticle/deformation.qml b/examples/declarative/particles/imageparticle/deformation.qml
index 3787b1e402..989a699395 100644
--- a/examples/declarative/particles/imageparticle/deformation.qml
+++ b/examples/declarative/particles/imageparticle/deformation.qml
@@ -60,7 +60,6 @@ Rectangle {
groups: ["goingDown"]
source: "../images/squarefacespriteXX.png"
yVector: PointDirection { y: 0.5; yVariation: 0.25; xVariation: 0.25; }
- rotation: 180
}
Timer {