aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/particles
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2012-01-09 10:26:35 +1000
committerQt by Nokia <qt-info@nokia.com>2012-01-09 05:49:03 +0100
commit95e720d1b63312e50be3df467973d098c4527b7d (patch)
treef9736d9694d8fd1c5d184a698d896bb6581feae1 /tests/auto/particles
parent7f0d7f894691d81cbb24d1c2f0f55bed6dc940d0 (diff)
Fix QQuickItemParticle timing issues
It was possible for m_loadables to be reset before the items were loaded, and the datum pointer was lost. This was exacerbated by another bug where reset was called every frame for no reason. Both bugs are now fixed. Task-number: QTBUG-23491 Change-Id: I9b60858621b697fc46de1e964cb27ddc0d2dbc65 Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
Diffstat (limited to 'tests/auto/particles')
-rw-r--r--tests/auto/particles/qquickitemparticle/qquickitemparticle.pro2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/particles/qquickitemparticle/qquickitemparticle.pro b/tests/auto/particles/qquickitemparticle/qquickitemparticle.pro
index 9d78c2b49d..c36dabbc14 100644
--- a/tests/auto/particles/qquickitemparticle/qquickitemparticle.pro
+++ b/tests/auto/particles/qquickitemparticle/qquickitemparticle.pro
@@ -7,7 +7,5 @@ testDataFiles.files = data
testDataFiles.path = .
DEPLOYMENT += testDataFiles
-CONFIG += insignificant_test #temporary
-
QT += core-private gui-private v8-private declarative-private quick-private opengl-private testlib