diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2010-03-30 16:21:02 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2010-03-30 16:21:02 (GMT) |
commit | 7ffb18d137102553928f66209d13a85aa341392e (patch) | |
tree | 0262a12552e343550d70cd759bb1df1942d9863c /src/xmlpatterns/api | |
parent | a32aedc044948965d91a21b9731d3c70a7dfb45c (diff) | |
parent | 09ce407aaa4a00013a606bf0011faf6cbc654c72 (diff) | |
download | Qt-7ffb18d137102553928f66209d13a85aa341392e.zip Qt-7ffb18d137102553928f66209d13a85aa341392e.tar.gz Qt-7ffb18d137102553928f66209d13a85aa341392e.tar.bz2 |
Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integration
* '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2:
Doc: Added links and notes to modules, ActiveQt and XMLPatterns docs.
Compile on MingW
struct -> class, it's better.
Add a a layout property in QGraphicsWidget.
Fix QFileSystemModel to not install useless watchers on the filesystem
Diffstat (limited to 'src/xmlpatterns/api')
-rw-r--r-- | src/xmlpatterns/api/qxmlresultitems.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xmlpatterns/api/qxmlresultitems.cpp b/src/xmlpatterns/api/qxmlresultitems.cpp index c474082..98c5bdc 100644 --- a/src/xmlpatterns/api/qxmlresultitems.cpp +++ b/src/xmlpatterns/api/qxmlresultitems.cpp @@ -70,6 +70,10 @@ QT_BEGIN_NAMESPACE sequence and returns it, and current() always returns the QXmlItem that next() returned the last time it was called. + \note When using the QXmlResultItems overload of QXmlQuery::evaluateTo() + to execute a query, it is advisable to create a new instance of this + class for each new set of results rather than reusing an old instance. + \sa QXmlItem::isNode(), QXmlItem::isAtomicValue(), QXmlNodeModelIndex */ |