aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/particles/qsgcustomparticle.cpp
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2011-08-11 19:38:37 +1000
committerQt by Nokia <qt-info@nokia.com>2011-08-15 05:16:51 +0200
commit3c453682f37ce4213de08fd3cc2263d5c12164fd (patch)
treec23e871978fdfe8fd6ac7b1cb10b1ac37c7fb79b /src/declarative/particles/qsgcustomparticle.cpp
parent5db92f1f1cacd25791abe6a4e6c6509fdd329e06 (diff)
Remove \since tags
It's a new module, of course they're new in this version. Change-Id: I8bce4d452161cd581c046fec62a41cac4e0609ed Reviewed-on: http://codereview.qt.nokia.com/2854 Reviewed-by: Alan Alpert <alan.alpert@nokia.com> Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Diffstat (limited to 'src/declarative/particles/qsgcustomparticle.cpp')
-rw-r--r--src/declarative/particles/qsgcustomparticle.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/declarative/particles/qsgcustomparticle.cpp b/src/declarative/particles/qsgcustomparticle.cpp
index 7397fc6b50..ae6c269962 100644
--- a/src/declarative/particles/qsgcustomparticle.cpp
+++ b/src/declarative/particles/qsgcustomparticle.cpp
@@ -122,7 +122,6 @@ struct PlainVertices {
/*!
\qmlclass CustomParticle QSGCustomParticle
\inqmlmodule QtQuick.Particles 2
- \since QtQuick.Particles 2.0
\inherits ParticlePainter
\brief The CustomParticle element allows you to specify your own shader to paint particles.