From cc73cc9a4c6a4b58f14c117e02dc12e77924b4a6 Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Thu, 2 Oct 2014 16:17:32 +0200 Subject: Remove old Trolltech feature string from QXmlSimpleReader docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This makes it even more unlikely that anybody uses them. Change-Id: I6b3a3902687a7fcde2d771617837f738001eeb0a Task-number: QTBUG-25023 Reviewed-by: Topi Reiniƶ Reviewed-by: Thiago Macieira --- src/xml/sax/qxml.cpp | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'src/xml/sax') diff --git a/src/xml/sax/qxml.cpp b/src/xml/sax/qxml.cpp index bedb0ba689..106bdf2dec 100644 --- a/src/xml/sax/qxml.cpp +++ b/src/xml/sax/qxml.cpp @@ -2948,29 +2948,12 @@ bool QXmlSimpleReader::feature(const QString& name, bool *ok) const \li If enabled, the original prefixed names and attributes used for namespace declarations are reported. - \row \li \e http://trolltech.com/xml/features/report-whitespace-only-CharData - \li true - \li Obsolete, use the following string instead. - If enabled, CharData that consist of - only whitespace characters are reported - using QXmlContentHandler::characters(). If disabled, whitespace is silently - discarded. \row \li \e http://qt-project.org/xml/features/report-whitespace-only-CharData \li true \li If enabled, CharData that consist of only whitespace characters are reported using QXmlContentHandler::characters(). If disabled, whitespace is silently discarded. - \row \li \e http://trolltech.com/xml/features/report-start-end-entity - \li false - \li Obsolete, use the following string instead. - If enabled, the parser reports - QXmlContentHandler::startEntity() and - QXmlContentHandler::endEntity() events, so character data - might be reported in chunks. - If disabled, the parser does not report these events, but - silently substitutes the entities, and reports the character - data in one chunk. \row \li \e http://qt-project.org/xml/features/report-start-end-entity \li false \li If enabled, the parser reports -- cgit v1.2.3