Doc fix
authorAlan Alpert <aalpert@blackberry.com>
Tue, 14 May 2013 17:22:44 +0000 (10:22 -0700)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Wed, 15 May 2013 09:43:38 +0000 (11:43 +0200)
Task-number:  QTBUG-31155
Change-Id: I4f1ac7c31ce6d4529c368d796706aa5f93a78d1a
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>

src/particles/qquickparticleemitter.cpp

index ec8b53e..6d9b945 100644 (file)
@@ -203,7 +203,7 @@ QT_BEGIN_NAMESPACE
     Emits count particles from this emitter immediately.
 */
 
-/*! \qmlmethod QtQuick.Particles2::Emitter::burst(int x, int y, int count)
+/*! \qmlmethod QtQuick.Particles2::Emitter::burst(int count, int x, int y)
 
     Emits count particles from this emitter immediately. The particles are emitted
     as if the Emitter was positioned at x,y but all other properties are the same.