aboutsummaryrefslogtreecommitdiffstats
path: root/src/particles/qquickv8particledata.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/particles/qquickv8particledata.cpp')
-rw-r--r--src/particles/qquickv8particledata.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/particles/qquickv8particledata.cpp b/src/particles/qquickv8particledata.cpp
index 80dec6848c..74e0aa1092 100644
--- a/src/particles/qquickv8particledata.cpp
+++ b/src/particles/qquickv8particledata.cpp
@@ -256,12 +256,12 @@ QT_BEGIN_NAMESPACE
Values are from 0.0 to 1.0.
*/
/*!
- \qmlmethod real QtQuick.Particles2::Particle::lifeLeft
+ \qmlproperty real QtQuick.Particles2::Particle::lifeLeft
The time in seconds that the particle has left to live at
the current point in time.
*/
/*!
- \qmlmethod real QtQuick.Particles2::Particle::currentSize
+ \qmlproperty real QtQuick.Particles2::Particle::currentSize
The currentSize of the particle, interpolating between startSize and endSize based on the currentTime.
*/