diff options
author | Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com> | 2009-11-06 11:44:34 (GMT) |
---|---|---|
committer | Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com> | 2009-11-06 11:44:34 (GMT) |
commit | 38d316a105e05fa66d57c64df283ab463b5b3aee (patch) | |
tree | dd93b50ead716828b40d4fd1dee422ce32a44e5f /src/gui/text | |
parent | a48b8e3c8c05384b27fcdde4ac27b8b8866c36c2 (diff) | |
download | Qt-38d316a105e05fa66d57c64df283ab463b5b3aee.zip Qt-38d316a105e05fa66d57c64df283ab463b5b3aee.tar.gz Qt-38d316a105e05fa66d57c64df283ab463b5b3aee.tar.bz2 |
Compile
Missing comma in qfontdatabase.cpp
Reviewed-by: Gunnar
Diffstat (limited to 'src/gui/text')
-rw-r--r-- | src/gui/text/qfontdatabase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/text/qfontdatabase.cpp b/src/gui/text/qfontdatabase.cpp index 7d17e49..7e93aa0 100644 --- a/src/gui/text/qfontdatabase.cpp +++ b/src/gui/text/qfontdatabase.cpp @@ -533,7 +533,7 @@ static int requiredUnicodeBits[QFontDatabase::WritingSystemsCount][2] = { // Vietnamese, { 0, 127 }, // same as latin1 // Other, - { 126, 127 } + { 126, 127 }, // Ogham, { 78, 127 }, // Runic, |