Remove old Trolltech feature string from QXmlSimpleReader docs

This makes it even more unlikely that anybody uses them.

Change-Id: I6b3a3902687a7fcde2d771617837f738001eeb0a
Task-number: QTBUG-25023
Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
Alex Blasche 2014-10-02 16:17:32 +02:00
parent f5f8ee7af7
commit cc73cc9a4c

View File

@ -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