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/qml/types/qqmldelegatemodel.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/qml/types/qqmldelegatemodel.cpp') diff --git a/src/qml/types/qqmldelegatemodel.cpp b/src/qml/types/qqmldelegatemodel.cpp index eb02e8045a..7a12813f0c 100644 --- a/src/qml/types/qqmldelegatemodel.cpp +++ b/src/qml/types/qqmldelegatemodel.cpp @@ -164,7 +164,7 @@ QQmlDelegateModelParts::QQmlDelegateModelParts(QQmlDelegateModel *parent) \instantiates QQmlDelegateModel \inqmlmodule QtQuick \ingroup qtquick-models - \brief Encapsulates a model and delegate + \brief Encapsulates a model and delegate. The VisualDataModel type encapsulates a model and the delegate that will be instantiated for items in a model. @@ -179,7 +179,7 @@ QQmlDelegateModelParts::QQmlDelegateModelParts(QQmlDelegateModel *parent) \qmltype DelegateModel \instantiates QQmlDelegateModel \inqmlmodule QtQml.Models - \brief Encapsulates a model and delegate + \brief Encapsulates a model and delegate. The DelegateModel type encapsulates a model and the delegate that will be instantiated for items in the model. @@ -2291,7 +2291,7 @@ void QQmlDelegateModelGroupPrivate::destroyingPackage(QQuickPackage *package) \instantiates QQmlDelegateModelGroup \inqmlmodule QtQuick \ingroup qtquick-models - \brief Encapsulates a filtered set of visual data items + \brief Encapsulates a filtered set of visual data items. The VisualDataGroup type provides a means to address the model data of a model's delegate items, as well as sort and filter these delegate items. @@ -2307,7 +2307,7 @@ void QQmlDelegateModelGroupPrivate::destroyingPackage(QQuickPackage *package) \instantiates QQmlDelegateModelGroup \inqmlmodule QtQml.Models \ingroup qtquick-models - \brief Encapsulates a filtered set of visual data items + \brief Encapsulates a filtered set of visual data items. The DelegateModelGroup type provides a means to address the model data of a DelegateModel's delegate items, as well as sort and filter these delegate -- cgit v1.2.3