diff options
author | Martin Jones <martin.jones@nokia.com> | 2010-02-24 00:00:19 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2010-02-24 00:00:19 (GMT) |
commit | 56fe1454fe08ec7cc258cbbd38486e721d088c99 (patch) | |
tree | 597051d1f3b73595f48bcad5a5acb24026c6ba66 /src/declarative/util/qmlxmllistmodel.cpp | |
parent | e26db74521e063a1513731eb14581d93a3d77481 (diff) | |
parent | af4f30abb88d242d1e310914b53bc91b24e45a59 (diff) | |
download | Qt-56fe1454fe08ec7cc258cbbd38486e721d088c99.zip Qt-56fe1454fe08ec7cc258cbbd38486e721d088c99.tar.gz Qt-56fe1454fe08ec7cc258cbbd38486e721d088c99.tar.bz2 |
Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt
Conflicts:
doc/src/declarative/advtutorial1.qdoc
src/declarative/qml/qmlmoduleplugin.cpp
src/declarative/util/qmlxmllistmodel.cpp
Diffstat (limited to 'src/declarative/util/qmlxmllistmodel.cpp')
-rw-r--r-- | src/declarative/util/qmlxmllistmodel.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/declarative/util/qmlxmllistmodel.cpp b/src/declarative/util/qmlxmllistmodel.cpp index 6c9c03e..b94394f 100644 --- a/src/declarative/util/qmlxmllistmodel.cpp +++ b/src/declarative/util/qmlxmllistmodel.cpp @@ -67,6 +67,7 @@ typedef QPair<int, int> QmlXmlListRange; /*! \qmlclass XmlRole QmlXmlListModelRole + \since 4.7 \brief The XmlRole element allows you to specify a role for an XmlListModel. */ @@ -486,6 +487,7 @@ void QmlXmlListModelPrivate::clear_role(QmlListProperty<QmlXmlListModelRole> *li /*! \qmlclass XmlListModel QmlXmlListModel + \since 4.7 \brief The XmlListModel element is used to specify a model using XPath expressions. XmlListModel is used to create a model from XML data that can be used as a data source |