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.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/qml/qml/qquicklistmodel.cpp b/src/qml/qml/qquicklistmodel.cpp
index 11aa372ee5..a3e2456fb7 100644
--- a/src/qml/qml/qquicklistmodel.cpp
+++ b/src/qml/qml/qquicklistmodel.cpp
@@ -1423,7 +1423,8 @@ QQuickListModelParser::ListInstruction *QQuickListModelParser::ListModelData::in
}
/*!
- \qmlclass ListModel QQuickListModel
+ \qmltype ListModel
+ \instantiates QQuickListModel
\inqmlmodule QtQuick 2
\brief Defines a free-form list data source
\ingroup qtquick-models
@@ -2521,7 +2522,8 @@ bool QQuickListModelParser::definesEmptyList(const QString &s)
/*!
- \qmlclass ListElement QQuickListElement
+ \qmltype ListElement
+ \instantiates QQuickListElement
\inqmlmodule QtQuick 2
\brief Defines a data item in a ListModel
\ingroup qtquick-models