summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qdeclarativexmllistmodel.cpp
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2010-04-16 05:41:26 (GMT)
committerMartin Jones <martin.jones@nokia.com>2010-04-16 05:41:26 (GMT)
commitecdc0ebacd97f0d607dcbe884751c203a296a88c (patch)
tree62aa9d2fcda4334ae4d076c99752da923bd708b6 /src/declarative/util/qdeclarativexmllistmodel.cpp
parent8e71476a262bc3dedaecba29235d19cbe24fa17a (diff)
downloadQt-ecdc0ebacd97f0d607dcbe884751c203a296a88c.zip
Qt-ecdc0ebacd97f0d607dcbe884751c203a296a88c.tar.gz
Qt-ecdc0ebacd97f0d607dcbe884751c203a296a88c.tar.bz2
Doc: in QML use "real" and "enumeration", not "qreal" and "enum"
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 7f8b962..55e768e 100644
--- a/src/declarative/util/qdeclarativexmllistmodel.cpp
+++ b/src/declarative/util/qdeclarativexmllistmodel.cpp
@@ -667,7 +667,7 @@ void QDeclarativeXmlListModel::setNamespaceDeclarations(const QString &declarati
}
/*!
- \qmlproperty enum XmlListModel::status
+ \qmlproperty enumeration XmlListModel::status
Specifies the model loading status, which can be one of the following:
\list