summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qdeclarativexmllistmodel.cpp
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2010-12-14 03:59:36 (GMT)
committerBea Lam <bea.lam@nokia.com>2010-12-14 06:40:48 (GMT)
commitc34225b62ea2dd2a545baf2ade41629be6a55473 (patch)
tree4455fef897863728a2604f96016f2dc57244e937 /src/declarative/util/qdeclarativexmllistmodel.cpp
parentf58cf707dd5668ca2849f457e951a9cef7d1d544 (diff)
downloadQt-c34225b62ea2dd2a545baf2ade41629be6a55473.zip
Qt-c34225b62ea2dd2a545baf2ade41629be6a55473.tar.gz
Qt-c34225b62ea2dd2a545baf2ade41629be6a55473.tar.bz2
Clarify that XmlListModel is read only
Diffstat (limited to 'src/declarative/util/qdeclarativexmllistmodel.cpp')
-rw-r--r--src/declarative/util/qdeclarativexmllistmodel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/util/qdeclarativexmllistmodel.cpp b/src/declarative/util/qdeclarativexmllistmodel.cpp
index ce5b483..49a12b1 100644
--- a/src/declarative/util/qdeclarativexmllistmodel.cpp
+++ b/src/declarative/util/qdeclarativexmllistmodel.cpp
@@ -503,9 +503,9 @@ void QDeclarativeXmlListModelPrivate::clear_role(QDeclarativeListProperty<QDecla
\qmlclass XmlListModel QDeclarativeXmlListModel
\ingroup qml-working-with-data
\since 4.7
- \brief The XmlListModel element is used to specify a model using XPath expressions.
+ \brief The XmlListModel element is used to specify a read-only model using XPath expressions.
- XmlListModel is used to create a model from XML data. It can be used as a data source
+ XmlListModel is used to create a read-only model from XML data. It can be used as a data source
for view elements (such as ListView, PathView, GridView) and other elements that interact with model
data (such as \l Repeater).