mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-23 10:22:55 +00:00
compiler warning fix
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
9b7689985c
commit
ca6b53bace
1 changed files with 2 additions and 0 deletions
|
@ -938,7 +938,9 @@ static const struct MIBTblData {
|
|||
};
|
||||
static const qint16 MIBTblSize = sizeof(MIBTbl) / sizeof(MIBTblData);
|
||||
|
||||
#ifndef QT_NO_TEXTCODEC
|
||||
static const UChar nullchar[2] = { 0x5c, 0x30 };
|
||||
#endif
|
||||
static const UChar questionmarkchar[1] = { 0x3f };
|
||||
|
||||
static QByteArray localecodec;
|
||||
|
|
Loading…
Add table
Reference in a new issue