summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorHonglei Zhang <honglei.zhang@nokia.com>2012-03-21 13:33:00 +0200
committerQt by Nokia <qt-info@nokia.com>2012-03-22 11:03:31 +0100
commitccfe9a0190fd9cac0cf7d1af0b0bdc45380210da (patch)
treed4ba17559814c0e4c3c009abe466ac76a839c5d6 /examples
parentc58287d19fb34336c5c718ebf2fbebfb64e49630 (diff)
downloadqtxmlpatterns-ccfe9a0190fd9cac0cf7d1af0b0bdc45380210da.tar.gz
Update QtXmlPatterns module name in documentationqt-v5.0.0-alpha1
According to new module name convention, QtXmlPatterns is replaced with Qt XML Patterns in all documentation. Task-number: QTBUG-24775 Change-Id: I3bb3fffc29836dc1cd0e798dca48bfd9e2089821 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/xmlpatterns/filetree/filetree.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/xmlpatterns/filetree/filetree.cpp b/examples/xmlpatterns/filetree/filetree.cpp
index c5129e7..f6af453 100644
--- a/examples/xmlpatterns/filetree/filetree.cpp
+++ b/examples/xmlpatterns/filetree/filetree.cpp
@@ -180,7 +180,7 @@ QXmlNodeModelIndex FileTree::nextSibling(const QXmlNodeModelIndex &nodeIndex,
//! [5]
/*!
- This function is called by the QtXmlPatterns query engine when it
+ This function is called by the Qt XML Patterns query engine when it
wants to move to the next node in the model. It moves along an \a
axis, \e from the node specified by \a nodeIndex.