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 05ae7a38d5..5686bb37d5 100644
--- a/src/particles/qquickfriction_p.h
+++ b/src/particles/qquickfriction_p.h
@@ -59,6 +59,7 @@ class QQuickFrictionAffector : public QQuickParticleAffector
Q_OBJECT
Q_PROPERTY(qreal factor READ factor WRITE setFactor NOTIFY factorChanged)
Q_PROPERTY(qreal threshold READ threshold WRITE setThreshold NOTIFY thresholdChanged)
+ QML_NAMED_ELEMENT(Friction)
public:
explicit QQuickFrictionAffector(QQuickItem *parent = 0);