aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/particles/qsgimageparticle_p.h
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2011-09-22 17:29:47 +1000
committerQt by Nokia <qt-info@nokia.com>2011-09-23 03:50:16 +0200
commit100c9cec71b5f751acd202d5181bdef3a80eb140 (patch)
tree7a5705752887aee53c65e6ec63f04de797a9fc7a /src/declarative/particles/qsgimageparticle_p.h
parent3af0f98a79f223988854e313c198f5fdf3ff5e3b (diff)
Use m_pleaseReset more consistently
Everyone had their own, and so they could conflict or be randomly un-initialized. Change-Id: Ife2c5d9972b881235e4d3a5e2a33979174de2fbc Reviewed-on: http://codereview.qt-project.org/5370 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Martin Jones <martin.jones@nokia.com>
Diffstat (limited to 'src/declarative/particles/qsgimageparticle_p.h')
-rw-r--r--src/declarative/particles/qsgimageparticle_p.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/declarative/particles/qsgimageparticle_p.h b/src/declarative/particles/qsgimageparticle_p.h
index ccf5cf7702..274ff42b58 100644
--- a/src/declarative/particles/qsgimageparticle_p.h
+++ b/src/declarative/particles/qsgimageparticle_p.h
@@ -338,8 +338,6 @@ private slots:
void createEngine(); //### method invoked by sprite list changing (in engine.h) - pretty nasty
private:
- bool m_do_reset;
-
QUrl m_image_name;
QUrl m_colortable_name;
QUrl m_sizetable_name;