summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qdeclarativexmllistmodel.cpp
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2010-05-05 04:51:11 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2010-05-05 04:51:11 (GMT)
commitde5728c826d44808529a681472b899f30e18e325 (patch)
tree765d8e4c71731b2663ddc964de520fea889c78fa /src/declarative/util/qdeclarativexmllistmodel.cpp
parent9719866c686805d69b0026f555c97594e09c836f (diff)
downloadQt-de5728c826d44808529a681472b899f30e18e325.zip
Qt-de5728c826d44808529a681472b899f30e18e325.tar.gz
Qt-de5728c826d44808529a681472b899f30e18e325.tar.bz2
doc
Task-number: QTBUG-10386
Diffstat (limited to 'src/declarative/util/qdeclarativexmllistmodel.cpp')
-rw-r--r--src/declarative/util/qdeclarativexmllistmodel.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/declarative/util/qdeclarativexmllistmodel.cpp b/src/declarative/util/qdeclarativexmllistmodel.cpp
index bdebadf..ae3b5d7 100644
--- a/src/declarative/util/qdeclarativexmllistmodel.cpp
+++ b/src/declarative/util/qdeclarativexmllistmodel.cpp
@@ -675,10 +675,10 @@ void QDeclarativeXmlListModel::setNamespaceDeclarations(const QString &declarati
Specifies the model loading status, which can be one of the following:
\list
- \o Null - No XML data has been set for this model.
- \o Ready - The XML data has been loaded into the model.
- \o Loading - The model is in the process of reading and loading XML data.
- \o Error - An error occurred while the model was loading.
+ \o XmlListModel.Null - No XML data has been set for this model.
+ \o XmlListModel.Ready - The XML data has been loaded into the model.
+ \o XmlListModel.Loading - The model is in the process of reading and loading XML data.
+ \o XmlListModel.Error - An error occurred while the model was loading.
\endlist
\sa progress