summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qdeclarativexmllistmodel.cpp
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2010-07-19 05:28:10 (GMT)
committerMartin Jones <martin.jones@nokia.com>2010-07-19 05:28:10 (GMT)
commit099f684de47b936268e7c052c9ac3f97ca7ad209 (patch)
tree551d7c54908cbfdf28d893cfe879f2ff5ce441fd /src/declarative/util/qdeclarativexmllistmodel.cpp
parent4a117eb54821d4524439593fad53dde7596b6378 (diff)
downloadQt-099f684de47b936268e7c052c9ac3f97ca7ad209.zip
Qt-099f684de47b936268e7c052c9ac3f97ca7ad209.tar.gz
Qt-099f684de47b936268e7c052c9ac3f97ca7ad209.tar.bz2
Doc error fixes.
Diffstat (limited to 'src/declarative/util/qdeclarativexmllistmodel.cpp')
-rw-r--r--src/declarative/util/qdeclarativexmllistmodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/util/qdeclarativexmllistmodel.cpp b/src/declarative/util/qdeclarativexmllistmodel.cpp
index 9f4df22..7c1e1fd 100644
--- a/src/declarative/util/qdeclarativexmllistmodel.cpp
+++ b/src/declarative/util/qdeclarativexmllistmodel.cpp
@@ -567,7 +567,7 @@ void QDeclarativeXmlListModelPrivate::clear_role(QDeclarativeListProperty<QDecla
\image qml-xmllistmodel-example.png
The XmlListModel data is loaded asynchronously, and \l status
- is set to \l XmlListModel::Ready when loading is complete.
+ is set to \c XmlListModel.Ready when loading is complete.
Note this means when XmlListModel is used for a view, the view is not
populated until the model is loaded.