summaryrefslogtreecommitdiff
path: root/src/gui/text
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2010-10-21 10:16:05 +0200
committerQt Continuous Integration System <qt-info@nokia.com>2010-10-21 10:16:05 +0200
commitb8238ec7e41d483a9166eb7aebbf911f36976cdc (patch)
treeb3f8f08911714ccd653f1f2df4876cf2638b5090 /src/gui/text
parentd28057dc6f282c2cc129eae40a4fb1555fef455c (diff)
parent03c1445ed4be734a82cea59d107c51a4be43c5f4 (diff)
downloadqt4-tools-b8238ec7e41d483a9166eb7aebbf911f36976cdc.tar.gz
Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master-integration
* 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2: Fix compilation with QT_NO_KEYWORDS Replaced sample text for Japanese font Fix the #ifdef position. Deactivate the auto-test on problematic platforms. Enable the unified toolbar with the raster configure: Don't use character class when looking for QMAKE_CONF_COMPILER Moving the resetInternalData slot to QAbstractProxyModel Provide the resetInternalData slot to cleanly reset data in proxy subclasses. Emit beginResetModel before updating the strings. Send the hoverLeave not properly sent on the widget inside QGPW.
Diffstat (limited to 'src/gui/text')
-rw-r--r--src/gui/text/qfontdatabase.cpp10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/gui/text/qfontdatabase.cpp b/src/gui/text/qfontdatabase.cpp
index 2b2663849e..9ed09c2bbe 100644
--- a/src/gui/text/qfontdatabase.cpp
+++ b/src/gui/text/qfontdatabase.cpp
@@ -2423,10 +2423,12 @@ QString QFontDatabase::writingSystemSample(WritingSystem writingSystem)
sample += QChar(0x4f8b);
break;
case Japanese:
- sample += QChar(0x3050);
- sample += QChar(0x3060);
- sample += QChar(0x30b0);
- sample += QChar(0x30c0);
+ sample += QChar(0x30b5);
+ sample += QChar(0x30f3);
+ sample += QChar(0x30d7);
+ sample += QChar(0x30eb);
+ sample += QChar(0x3067);
+ sample += QChar(0x3059);
break;
case Korean:
sample += QChar(0xac00);