summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qfontdatabase.cpp
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2009-11-06 11:44:34 (GMT)
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2009-11-06 11:44:34 (GMT)
commit38d316a105e05fa66d57c64df283ab463b5b3aee (patch)
treedd93b50ead716828b40d4fd1dee422ce32a44e5f /src/gui/text/qfontdatabase.cpp
parenta48b8e3c8c05384b27fcdde4ac27b8b8866c36c2 (diff)
downloadQt-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/qfontdatabase.cpp')
-rw-r--r--src/gui/text/qfontdatabase.cpp2
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,