diff options
author | Liang Qi <liang.qi@digia.com> | 2013-03-16 07:36:10 (GMT) |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-03-16 09:46:20 (GMT) |
commit | ab50a0677e14d1bad12a18f0b0b9f963c8162e78 (patch) | |
tree | ccdae907a021f6249016a4815fe334796d746c1d /src/gui | |
parent | 0655f907b7883b2eb3b578643ff2af581f001521 (diff) | |
download | Qt-ab50a0677e14d1bad12a18f0b0b9f963c8162e78.zip Qt-ab50a0677e14d1bad12a18f0b0b9f963c8162e78.tar.gz Qt-ab50a0677e14d1bad12a18f0b0b9f963c8162e78.tar.bz2 |
Remove the usage of undefined QFontDatabase::WritingSystem
There is no definition for Yi, Tagalog...Braille in
QFontDatabase::WritingSystem, see the header file.
(cherry picked from commit qtbase b7b858595e6e2d8dcc9debeb45eb8b9b294b9be6)
Change-Id: I0d3625c58310d9af680799d20867f04b42845ca9
Reviewed-by: Konstantin Ritt <ritt.ks@gmail.com>
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/text/qfontdatabase.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gui/text/qfontdatabase.cpp b/src/gui/text/qfontdatabase.cpp index 7aa5168..5e971ea 100644 --- a/src/gui/text/qfontdatabase.cpp +++ b/src/gui/text/qfontdatabase.cpp @@ -929,14 +929,6 @@ static const int scriptForWritingSystem[] = { QUnicodeTables::Common, // Japanese QUnicodeTables::Hangul, // Korean QUnicodeTables::Common, // Vietnamese - QUnicodeTables::Common, // Yi - QUnicodeTables::Common, // Tagalog - QUnicodeTables::Common, // Hanunoo - QUnicodeTables::Common, // Buhid - QUnicodeTables::Common, // Tagbanwa - QUnicodeTables::Common, // Limbu - QUnicodeTables::Common, // TaiLe - QUnicodeTables::Common, // Braille QUnicodeTables::Common, // Symbol QUnicodeTables::Ogham, // Ogham QUnicodeTables::Runic, // Runic |