From ccfe9a0190fd9cac0cf7d1af0b0bdc45380210da Mon Sep 17 00:00:00 2001 From: Honglei Zhang Date: Wed, 21 Mar 2012 13:33:00 +0200 Subject: Update QtXmlPatterns module name in documentation 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 --- examples/xmlpatterns/filetree/filetree.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/xmlpatterns/filetree/filetree.cpp') 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. -- cgit v1.2.1