From ed3a93feee9a1b7e2b26c651e446c4a058ee8f8e Mon Sep 17 00:00:00 2001 From: Paul Wicking Date: Mon, 18 Jun 2018 15:09:56 +0200 Subject: Doc: Add missing dots (qtdeclarative) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTBUG-68933 Change-Id: Ibb5aa227e82825085e7214e17dcffcb17fd44157 Reviewed-by: Topi Reiniƶ --- src/quick/items/qquickrepeater.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/quick/items/qquickrepeater.cpp') diff --git a/src/quick/items/qquickrepeater.cpp b/src/quick/items/qquickrepeater.cpp index b95fa3c410..805b6fe190 100644 --- a/src/quick/items/qquickrepeater.cpp +++ b/src/quick/items/qquickrepeater.cpp @@ -72,7 +72,7 @@ QQuickRepeaterPrivate::~QQuickRepeaterPrivate() \ingroup qtquick-models \ingroup qtquick-positioning \inherits Item - \brief Instantiates a number of Item-based components using a provided model + \brief Instantiates a number of Item-based components using a provided model. The Repeater type is used to create a large number of similar items. Like other view types, a Repeater has a \l model and a \l delegate: -- cgit v1.2.3