aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAriel Molina <ariel@edis.mx>2016-08-11 12:20:37 -0500
committerShawn Rutledge <shawn.rutledge@qt.io>2016-08-12 16:01:22 +0000
commitf5a05313757e234c35455b2e1d6fbba43bc9ace2 (patch)
tree5ae0fc8feb06e7c6c304e61091933c9545672cca
parente5592e75b5d17f409a0623f663474f963d66486b (diff)
Private export the Particle Emitter
Affectors were already private exported to allow for advanced particle uses. The Emitter was missing from those exports. No new features only exporting code already in place. Task-number: QTBUG-55265 Change-Id: Id2a54f45b10323101359898f844e938414457407 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
-rw-r--r--src/particles/qquickparticleemitter_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/particles/qquickparticleemitter_p.h b/src/particles/qquickparticleemitter_p.h
index dd55fdc7a6..b3f96ae3e6 100644
--- a/src/particles/qquickparticleemitter_p.h
+++ b/src/particles/qquickparticleemitter_p.h
@@ -62,7 +62,7 @@
#include <QPointF>
QT_BEGIN_NAMESPACE
-class QQuickParticleEmitter : public QQuickItem
+class Q_QUICKPARTICLES_PRIVATE_EXPORT QQuickParticleEmitter : public QQuickItem
{
Q_OBJECT
Q_PROPERTY(QQuickParticleSystem* system READ system WRITE setSystem NOTIFY systemChanged)