diff options
author | David Boddie <dboddie@trolltech.com> | 2010-03-30 15:56:26 +0200 |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2010-03-30 15:56:26 +0200 |
commit | 09ce407aaa4a00013a606bf0011faf6cbc654c72 (patch) | |
tree | f3487c2db04a3a1342d0b6b183d5c744d1a4066f /src/xmlpatterns | |
parent | ded30f6933eb016dfac5d52e1aebce220492f514 (diff) | |
download | qt4-tools-09ce407aaa4a00013a606bf0011faf6cbc654c72.tar.gz |
Doc: Added links and notes to modules, ActiveQt and XMLPatterns docs.
Reviewed-by: Trust Me
Diffstat (limited to 'src/xmlpatterns')
-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 c474082eb1..98c5bdc813 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 */ |