diff options
author | Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com> | 2009-11-06 11:44:34 (GMT) |
---|---|---|
committer | Bradley T. Hughes <bradley.hughes@nokia.com> | 2009-11-06 13:07:40 (GMT) |
commit | c9b6ad8169c283d0a8525c2f3113ee5e4a276c33 (patch) | |
tree | 7f135d5ae8a8abfdcef6fe26d5693d132ffb3cab | |
parent | 0345410e29bac602ececbd5045c455dd2db59b32 (diff) | |
download | Qt-c9b6ad8169c283d0a8525c2f3113ee5e4a276c33.zip Qt-c9b6ad8169c283d0a8525c2f3113ee5e4a276c33.tar.gz Qt-c9b6ad8169c283d0a8525c2f3113ee5e4a276c33.tar.bz2 |
Compile
Missing comma in qfontdatabase.cpp
Reviewed-by: Gunnar
-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, |