aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickrepeater_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/items/qquickrepeater_p.h')
-rw-r--r--src/quick/items/qquickrepeater_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/quick/items/qquickrepeater_p.h b/src/quick/items/qquickrepeater_p.h
index 20984fa23e..652651efb9 100644
--- a/src/quick/items/qquickrepeater_p.h
+++ b/src/quick/items/qquickrepeater_p.h
@@ -71,6 +71,7 @@ class Q_AUTOTEST_EXPORT QQuickRepeater : public QQuickItem
Q_PROPERTY(int count READ count NOTIFY countChanged)
Q_CLASSINFO("DefaultProperty", "delegate")
QML_NAMED_ELEMENT(Repeater)
+ QML_ADDED_IN_VERSION(2, 0)
public:
QQuickRepeater(QQuickItem *parent=nullptr);