aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types/qqmlobjectmodel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/types/qqmlobjectmodel.cpp')
-rw-r--r--src/qml/types/qqmlobjectmodel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qml/types/qqmlobjectmodel.cpp b/src/qml/types/qqmlobjectmodel.cpp
index 08740b4a6f..d94af64fde 100644
--- a/src/qml/types/qqmlobjectmodel.cpp
+++ b/src/qml/types/qqmlobjectmodel.cpp
@@ -176,7 +176,7 @@ public:
\instantiates QQmlObjectModel
\inqmlmodule QtQml.Models
\ingroup qtquick-models
- \brief Defines a set of items to be used as a model
+ \brief Defines a set of items to be used as a model.
An ObjectModel contains the visual items to be used in a view.
When an ObjectModel is used in a view, the view does not require
@@ -214,7 +214,7 @@ public:
\qmltype VisualItemModel
\instantiates QQmlObjectModel
\inqmlmodule QtQuick
- \brief Defines a set of objects to be used as a model
+ \brief Defines a set of objects to be used as a model.
The VisualItemModel type contains the objects to be used
as a model.