diff options
Diffstat (limited to 'src/particles/qquickcustomaffector.cpp')
-rw-r--r-- | src/particles/qquickcustomaffector.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/particles/qquickcustomaffector.cpp b/src/particles/qquickcustomaffector.cpp index 0482b2745f..5f013cf108 100644 --- a/src/particles/qquickcustomaffector.cpp +++ b/src/particles/qquickcustomaffector.cpp @@ -49,7 +49,7 @@ QT_BEGIN_NAMESPACE //TODO: Move docs (and inheritence) to real base when docs can propagate. Currently this pretends to be the base class! /*! - \qmlsignal QtQuick.Particles2::Affector::affectParticles(Array particles, real dt) + \qmlsignal QtQuick.Particles2::Affector::onAffectParticles(Array particles, real dt) This handler is called when particles are selected to be affected. particles contains an array of particle objects which can be directly manipulated. |