aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util/qquickpathinterpolator_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/util/qquickpathinterpolator_p.h')
-rw-r--r--src/quick/util/qquickpathinterpolator_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/quick/util/qquickpathinterpolator_p.h b/src/quick/util/qquickpathinterpolator_p.h
index 60a9ff2e22..440ea06841 100644
--- a/src/quick/util/qquickpathinterpolator_p.h
+++ b/src/quick/util/qquickpathinterpolator_p.h
@@ -69,6 +69,7 @@ class Q_AUTOTEST_EXPORT QQuickPathInterpolator : public QObject
Q_PROPERTY(qreal x READ x NOTIFY xChanged)
Q_PROPERTY(qreal y READ y NOTIFY yChanged)
Q_PROPERTY(qreal angle READ angle NOTIFY angleChanged)
+ QML_NAMED_ELEMENT(PathInterpolator)
public:
explicit QQuickPathInterpolator(QObject *parent = nullptr);