diff options
Diffstat (limited to 'src/xmlpatterns/api/qxmlserializer.cpp')
-rw-r--r-- | src/xmlpatterns/api/qxmlserializer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmlpatterns/api/qxmlserializer.cpp b/src/xmlpatterns/api/qxmlserializer.cpp index f43773c..51af1fc 100644 --- a/src/xmlpatterns/api/qxmlserializer.cpp +++ b/src/xmlpatterns/api/qxmlserializer.cpp @@ -102,7 +102,7 @@ QXmlSerializerPrivate::QXmlSerializerPrivate(const QXmlQuery &query, QXmlSerializer translates an \l {XQuery Sequence} {XQuery sequence}, usually the output of an QXmlQuery, into XML. Consider the example: - \snippet doc/src/snippets/code/src_xmlpatterns_api_qxmlserializer.cpp 0 + \snippet code/src_xmlpatterns_api_qxmlserializer.cpp 0 First it constructs a \l {QXmlQuery} {query} that gets the first paragraph from document \c index.html. Then it constructs |