diff options
author | Martin Jones <martin.jones@nokia.com> | 2010-07-19 05:28:10 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2010-07-19 05:28:10 (GMT) |
commit | 099f684de47b936268e7c052c9ac3f97ca7ad209 (patch) | |
tree | 551d7c54908cbfdf28d893cfe879f2ff5ce441fd /src/declarative/util | |
parent | 4a117eb54821d4524439593fad53dde7596b6378 (diff) | |
download | Qt-099f684de47b936268e7c052c9ac3f97ca7ad209.zip Qt-099f684de47b936268e7c052c9ac3f97ca7ad209.tar.gz Qt-099f684de47b936268e7c052c9ac3f97ca7ad209.tar.bz2 |
Doc error fixes.
Diffstat (limited to 'src/declarative/util')
-rw-r--r-- | src/declarative/util/qdeclarativexmllistmodel.cpp | 2 |
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. |