Skip to content

Commit

Permalink
Remove old Trolltech feature string from QXmlSimpleReader docs
Browse files Browse the repository at this point in the history
This makes it even more unlikely that anybody uses them.

Change-Id: I6b3a3902687a7fcde2d771617837f738001eeb0a
Task-number: QTBUG-25023
Reviewed-by: Topi Reiniö <[email protected]>
Reviewed-by: Thiago Macieira <[email protected]>
  • Loading branch information
Alex Blasche committed Oct 20, 2014
1 parent f5f8ee7 commit cc73cc9
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions src/xml/sax/qxml.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cc73cc9

Please sign in to comment.