summaryrefslogtreecommitdiffstats
path: root/src/xml/sax/qxml.cpp
diff options
context:
space:
mode:
authorGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2012-05-11 01:55:56 +0100
committerQt by Nokia <qt-info@nokia.com>2012-05-29 11:35:21 +0200
commit5343ec6cff546e97a5bbe2975459e945aa547630 (patch)
tree4a137e58d91a0924f80835d6351a02a6e60bd6ad /src/xml/sax/qxml.cpp
parent3471e2de782304da963dbd4bee0dacd5a30b7bbd (diff)
QtXml: remove \link usages
Change-Id: Ifcf1e66bad04e312c29de623fee47fabb91cc108 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'src/xml/sax/qxml.cpp')
-rw-r--r--src/xml/sax/qxml.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/xml/sax/qxml.cpp b/src/xml/sax/qxml.cpp
index 4a99681101..c6f2e12904 100644
--- a/src/xml/sax/qxml.cpp
+++ b/src/xml/sax/qxml.cpp
@@ -2773,8 +2773,7 @@ void QXmlSimpleReaderPrivate::initIncrementalParsing()
there might be more readers with different properties available
(e.g. a validating parser).
- The design of the XML classes follows the \link
- http://www.saxproject.org/ SAX2 Java interface\endlink, with
+ The design of the XML classes follows the \l{SAX2 Java interface}, with
the names adapted to fit Qt naming conventions. It should be very
easy for anybody who has worked with SAX2 to get started with the
Qt XML classes.