aboutsummaryrefslogtreecommitdiffstats
path: root/src/particles/qquickparticlepainter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/particles/qquickparticlepainter.cpp')
-rw-r--r--src/particles/qquickparticlepainter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/particles/qquickparticlepainter.cpp b/src/particles/qquickparticlepainter.cpp
index 694391a701..37f7e3b0ea 100644
--- a/src/particles/qquickparticlepainter.cpp
+++ b/src/particles/qquickparticlepainter.cpp
@@ -56,12 +56,12 @@ QT_BEGIN_NAMESPACE
*/
/*!
- \qmlproperty ParticleSystem QtQuick.Particles2::ParticlePainter::system
+ \qmlproperty ParticleSystem QtQuick.Particles::ParticlePainter::system
This is the system whose particles can be painted by the element.
If the ParticlePainter is a direct child of a ParticleSystem, it will automatically be associated with it.
*/
/*!
- \qmlproperty list<string> QtQuick.Particles2::ParticlePainter::groups
+ \qmlproperty list<string> QtQuick.Particles::ParticlePainter::groups
Which logical particle groups will be painted.
If empty, it will paint the default particle group ("").