summaryrefslogtreecommitdiff
path: root/src/xmlpatterns/api/qxmlname.cpp
diff options
context:
space:
mode:
authorArnab Datta <arnab.datta@nokia.com>2012-03-15 16:36:05 +0100
committerQt by Nokia <qt-info@nokia.com>2012-03-16 10:02:54 +0100
commitc58287d19fb34336c5c718ebf2fbebfb64e49630 (patch)
tree95cd59a6bffdc526cf53f9ad7844cb95ca89af30 /src/xmlpatterns/api/qxmlname.cpp
parent18b18510a53a27e375c1db73538108754a509e9e (diff)
downloadqtxmlpatterns-c58287d19fb34336c5c718ebf2fbebfb64e49630.tar.gz
Tagged the following files as part of the QtXmlPatterns module
Change-Id: Ib63e31c1105779f01764f32936007216c79655e6 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'src/xmlpatterns/api/qxmlname.cpp')
-rw-r--r--src/xmlpatterns/api/qxmlname.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmlpatterns/api/qxmlname.cpp b/src/xmlpatterns/api/qxmlname.cpp
index 53d8155..19f1437 100644
--- a/src/xmlpatterns/api/qxmlname.cpp
+++ b/src/xmlpatterns/api/qxmlname.cpp
@@ -63,7 +63,7 @@ QT_BEGIN_NAMESPACE
\reentrant
\since 4.4
\ingroup xml-tools
-
+ \inmodule QtXmlPatterns
QXmlName represents the name of an XML node in a way that
is both efficient and safe for comparing names. Normally,
an XML node represents an XML element or attribute, but