diff options
author | Bea Lam <bea.lam@nokia.com> | 2010-02-23 06:39:30 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2010-02-23 06:39:30 (GMT) |
commit | c2988e5bc92c81e35e6b11092a2c4fa237cf9fdb (patch) | |
tree | 8bcb680238285be17c5d87ddc0ee91de60426bb6 /src/declarative/util | |
parent | eefe993a4241b48f14991c44baa2c074b10bc194 (diff) | |
download | Qt-c2988e5bc92c81e35e6b11092a2c4fa237cf9fdb.zip Qt-c2988e5bc92c81e35e6b11092a2c4fa237cf9fdb.tar.gz Qt-c2988e5bc92c81e35e6b11092a2c4fa237cf9fdb.tar.bz2 |
Doc fix.
Task-number: QT-2831
Diffstat (limited to 'src/declarative/util')
-rw-r--r-- | src/declarative/util/qmlxmllistmodel.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/util/qmlxmllistmodel.cpp b/src/declarative/util/qmlxmllistmodel.cpp index 7e66576..6c9c03e 100644 --- a/src/declarative/util/qmlxmllistmodel.cpp +++ b/src/declarative/util/qmlxmllistmodel.cpp @@ -635,9 +635,9 @@ void QmlXmlListModel::setXml(const QString &xml) } /*! - \qmlproperty url XmlListModel::query + \qmlproperty string XmlListModel::query An absolute XPath query representing the base query for the model items. The query should start with - a '/' or '//'. + '/' or '//'. */ QString QmlXmlListModel::query() const { |