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 440ea06841..70fb0935e8 100644
--- a/src/quick/util/qquickpathinterpolator_p.h
+++ b/src/quick/util/qquickpathinterpolator_p.h
@@ -70,6 +70,7 @@ class Q_AUTOTEST_EXPORT QQuickPathInterpolator : public QObject
Q_PROPERTY(qreal y READ y NOTIFY yChanged)
Q_PROPERTY(qreal angle READ angle NOTIFY angleChanged)
QML_NAMED_ELEMENT(PathInterpolator)
+ QML_ADDED_IN_VERSION(2, 0)
public:
explicit QQuickPathInterpolator(QObject *parent = nullptr);