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>
This commit is contained in:
Ariel Molina 2016-08-11 12:20:37 -05:00 committed by Shawn Rutledge
parent e5592e75b5
commit f5a0531375
1 changed files with 1 additions and 1 deletions

View File

@ -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)