aboutsummaryrefslogtreecommitdiffstats
path: root/src/particles/qquickfriction_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/particles/qquickfriction_p.h')
-rw-r--r--src/particles/qquickfriction_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/particles/qquickfriction_p.h b/src/particles/qquickfriction_p.h
index 5686bb37d5..952f47b141 100644
--- a/src/particles/qquickfriction_p.h
+++ b/src/particles/qquickfriction_p.h
@@ -60,6 +60,7 @@ class QQuickFrictionAffector : public QQuickParticleAffector
Q_PROPERTY(qreal factor READ factor WRITE setFactor NOTIFY factorChanged)
Q_PROPERTY(qreal threshold READ threshold WRITE setThreshold NOTIFY thresholdChanged)
QML_NAMED_ELEMENT(Friction)
+ QML_ADDED_IN_VERSION(2, 0)
public:
explicit QQuickFrictionAffector(QQuickItem *parent = 0);