Commit 841e81c7 authored by Gunnar Sletta's avatar Gunnar Sletta Committed by The Qt Project
Browse files

Initialize variables in QQuickItemParticle


Change-Id: I42a7b1481014e06e25ab4d9d6f2f36fb3515f735
Reviewed-by: default avatarLaszlo Agocs <laszlo.agocs@digia.com>
Reviewed-by: default avatarAlan Alpert <aalpert@blackberry.com>
parent 25730214
Branches
Tags
No related merge requests found
Showing with 1 addition and 1 deletion
...@@ -101,7 +101,7 @@ QT_BEGIN_NAMESPACE ...@@ -101,7 +101,7 @@ QT_BEGIN_NAMESPACE
*/ */
QQuickItemParticle::QQuickItemParticle(QQuickItem *parent) : QQuickItemParticle::QQuickItemParticle(QQuickItem *parent) :
QQuickParticlePainter(parent), m_fade(true), m_delegate(0) QQuickParticlePainter(parent), m_fade(true), m_lastT(0), m_activeCount(0), m_delegate(0)
{ {
setFlag(QQuickItem::ItemHasContents); setFlag(QQuickItem::ItemHasContents);
clock = new Clock(this); clock = new Clock(this);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment