aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickrepeater.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/items/qquickrepeater.cpp')
-rw-r--r--src/quick/items/qquickrepeater.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/quick/items/qquickrepeater.cpp b/src/quick/items/qquickrepeater.cpp
index 97ab386841..ec8dc9d231 100644
--- a/src/quick/items/qquickrepeater.cpp
+++ b/src/quick/items/qquickrepeater.cpp
@@ -66,8 +66,7 @@ QQuickRepeaterPrivate::~QQuickRepeaterPrivate()
\inqmlmodule QtQuick 2
\ingroup qml-utility-elements
\inherits Item
-
- \brief The Repeater element allows you to repeat an Item-based component using a model.
+ \brief Specifies how to repeately create an Item-based component using a model
The Repeater element is used to create a large number of
similar items. Like other view elements, a Repeater has a \l model and a \l delegate: