aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qquicklistmodel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qml/qquicklistmodel.cpp')
-rw-r--r--src/qml/qml/qquicklistmodel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qml/qml/qquicklistmodel.cpp b/src/qml/qml/qquicklistmodel.cpp
index 8e1155bae8..461d4d8610 100644
--- a/src/qml/qml/qquicklistmodel.cpp
+++ b/src/qml/qml/qquicklistmodel.cpp
@@ -1356,8 +1356,8 @@ QQuickListModelParser::ListInstruction *QQuickListModelParser::ListModelData::in
/*!
\qmlclass ListModel QQuickListModel
\inqmlmodule QtQuick 2
- \ingroup qml-working-with-data
\brief Defines a free-form list data source
+ \ingroup qtquick-models
The ListModel is a simple container of ListElement definitions, each containing data roles.
The contents can be defined dynamically, or explicitly in QML.
@@ -2427,8 +2427,8 @@ bool QQuickListModelParser::definesEmptyList(const QString &s)
/*!
\qmlclass ListElement QQuickListElement
\inqmlmodule QtQuick 2
- \ingroup qml-working-with-data
\brief Defines a data item in a ListModel
+ \ingroup qtquick-models
List elements are defined inside ListModel definitions, and represent items in a
list that will be displayed using ListView or \l Repeater items.