aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/particles/qsgkill.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/particles/qsgkill.cpp')
-rw-r--r--src/declarative/particles/qsgkill.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/declarative/particles/qsgkill.cpp b/src/declarative/particles/qsgkill.cpp
index b9373ef34c..9d4bc940bd 100644
--- a/src/declarative/particles/qsgkill.cpp
+++ b/src/declarative/particles/qsgkill.cpp
@@ -42,6 +42,15 @@
#include "qsgkill_p.h"
#include "qsgparticleemitter_p.h"
QT_BEGIN_NAMESPACE
+/*!
+ \qmlclass Kill QSGKillAffector
+ \inqmlmodule QtQuick.Particles 2
+ \since QtQuick.Particles 2.0
+ \inherits Affector
+ \brief The Kill affector allows you to expire affected particles
+
+*/
+
QSGKillAffector::QSGKillAffector(QSGItem *parent) :
QSGParticleAffector(parent)
{