mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 02:42:55 +00:00
move QTextConverter::ConversionFlag documentation bellow QTextConverter documentation
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
93759701d8
commit
92d354c9c3
1 changed files with 9 additions and 9 deletions
|
@ -1251,15 +1251,6 @@ QTextCodecCleanup::~QTextCodecCleanup()
|
|||
}
|
||||
Q_GLOBAL_STATIC(QTextCodecCleanup, qGlobalQTextCodec)
|
||||
|
||||
/*!
|
||||
\enum QTextConverter::ConversionFlag
|
||||
|
||||
\value DefaultConversion No flag is set.
|
||||
\value ConvertInvalidToNull If this flag is set, each invalid input
|
||||
character is output as a null character.
|
||||
\value IgnoreHeader Ignore any Unicode byte-order mark and don't generate any.
|
||||
*/
|
||||
|
||||
/*!
|
||||
\class QTextCodec
|
||||
\brief The QTextCodec class provides conversions between text encodings.
|
||||
|
@ -1839,6 +1830,15 @@ QTextCodec *QTextCodec::codecForText(const QByteArray &ba)
|
|||
\sa QTextStream, QTextCodec, {Codecs Example}
|
||||
*/
|
||||
|
||||
/*!
|
||||
\enum QTextConverter::ConversionFlag
|
||||
|
||||
\value DefaultConversion No flag is set.
|
||||
\value ConvertInvalidToNull If this flag is set, each invalid input
|
||||
character is output as a null character.
|
||||
\value IgnoreHeader Ignore any Unicode byte-order mark and don't generate any.
|
||||
*/
|
||||
|
||||
/*!
|
||||
Constructs a QTextConverter for the codec with name \a name.
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue