diff options
author | Martin Jones <martin.jones@nokia.com> | 2010-04-16 05:41:26 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2010-04-16 05:41:26 (GMT) |
commit | ecdc0ebacd97f0d607dcbe884751c203a296a88c (patch) | |
tree | 62aa9d2fcda4334ae4d076c99752da923bd708b6 /src/declarative/util/qdeclarativexmllistmodel.cpp | |
parent | 8e71476a262bc3dedaecba29235d19cbe24fa17a (diff) | |
download | Qt-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.cpp | 2 |
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 |