diff options
author | Arnab Datta <arnab.datta@nokia.com> | 2012-03-30 16:33:48 +0200 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-04-13 13:08:08 +0200 |
commit | 08a3b2ea08480ef2f5b4ebc9d9a1442d45e1fa4c (patch) | |
tree | d6590c2e805d5d2600059ec3c8136b06e0f14880 /src/xmlpatterns/api/qxmlresultitems.cpp | |
parent | 0d6c28c5eb7046bbc011b060fdcab1f622ed9f9a (diff) | |
download | qtxmlpatterns-08a3b2ea08480ef2f5b4ebc9d9a1442d45e1fa4c.tar.gz |
Fixed all qdoc errors for this module (except those related to linking)
Change-Id: I36d07a02ec8dea6bc2d538f32b28b987635c32c1
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'src/xmlpatterns/api/qxmlresultitems.cpp')
-rw-r--r-- | src/xmlpatterns/api/qxmlresultitems.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmlpatterns/api/qxmlresultitems.cpp b/src/xmlpatterns/api/qxmlresultitems.cpp index 48bac08..308b162 100644 --- a/src/xmlpatterns/api/qxmlresultitems.cpp +++ b/src/xmlpatterns/api/qxmlresultitems.cpp @@ -58,7 +58,7 @@ QT_BEGIN_NAMESPACE repeatedly calling next(), which actually produces the sequence by lazy evaluation of the query. - \snippet doc/src/snippets/code/src_xmlpatterns_api_qxmlresultitems.cpp 0 + \snippet code/src_xmlpatterns_api_qxmlresultitems.cpp 0 An effect of letting next() produce the sequence by lazy evaluation is that a query error can occur on any call to next(). If an error |