summaryrefslogtreecommitdiffstats
path: root/examples/xmlpatterns/filetree/filetree.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/xmlpatterns/filetree/filetree.cpp')
-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 c5129e70..f6af4534 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.