aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
diff options
context:
space:
mode:
authorRobin Burchell <robin.burchell@crimson.no>2017-05-22 11:00:52 +0200
committerRobin Burchell <robin.burchell@crimson.no>2017-06-07 08:56:05 +0000
commita6eac7e299016c9ee8742abffd780683adac3066 (patch)
tree0fe8025a56877cba77dea45e4dc0959aedbf018b /src/quick/items
parentd8f84e5769632544dfac5138348481330c4da4cd (diff)
Repeater: Clarify documentation a little
Change-Id: I4544dafd4d641728394de9a97e7ae9dd029e91a4 Task-number: QTBUG-57155 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'src/quick/items')
-rw-r--r--src/quick/items/qquickrepeater.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/quick/items/qquickrepeater.cpp b/src/quick/items/qquickrepeater.cpp
index 9ad7d27b18..6fc4c0553a 100644
--- a/src/quick/items/qquickrepeater.cpp
+++ b/src/quick/items/qquickrepeater.cpp
@@ -314,7 +314,11 @@ void QQuickRepeater::setDelegate(QQmlComponent *delegate)
/*!
\qmlproperty int QtQuick::Repeater::count
- This property holds the number of items in the repeater.
+ This property holds the number of items in the model.
+
+ \note The number of items in the model as reported by count may differ from
+ the number of created delegates if the Repeater is in the process of
+ instantiating delegates or is incorrectly set up.
*/
int QQuickRepeater::count() const
{