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 dbe3cd0c55..20984fa23e 100644
--- a/src/quick/items/qquickrepeater_p.h
+++ b/src/quick/items/qquickrepeater_p.h
@@ -70,6 +70,7 @@ class Q_AUTOTEST_EXPORT QQuickRepeater : public QQuickItem
Q_PROPERTY(QQmlComponent *delegate READ delegate WRITE setDelegate NOTIFY delegateChanged)
Q_PROPERTY(int count READ count NOTIFY countChanged)
Q_CLASSINFO("DefaultProperty", "delegate")
+ QML_NAMED_ELEMENT(Repeater)
public:
QQuickRepeater(QQuickItem *parent=nullptr);