summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qfont.cpp
diff options
context:
space:
mode:
authorAlessandro Portale <aportale@trolltech.com>2009-06-08 12:16:29 (GMT)
committerAlessandro Portale <aportale@trolltech.com>2009-06-08 12:16:29 (GMT)
commit3e5b3a45a23d50732b3fcd5c44ab824d32deb1d8 (patch)
treeac674198482e56fe93f052f67873c9084cb7fc6e /src/gui/text/qfont.cpp
parentbe380aff25f759d664fb0d945174e07ffa728675 (diff)
downloadQt-3e5b3a45a23d50732b3fcd5c44ab824d32deb1d8.zip
Qt-3e5b3a45a23d50732b3fcd5c44ab824d32deb1d8.tar.gz
Qt-3e5b3a45a23d50732b3fcd5c44ab824d32deb1d8.tar.bz2
pointSize = 7 seems to be a good desfault for S60
There were no objections from the field with ing one Year of Tech Previews.
Diffstat (limited to 'src/gui/text/qfont.cpp')
-rw-r--r--src/gui/text/qfont.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/text/qfont.cpp b/src/gui/text/qfont.cpp
index 930e8af..dd50d12 100644
--- a/src/gui/text/qfont.cpp
+++ b/src/gui/text/qfont.cpp
@@ -796,7 +796,6 @@ QFont::QFont(const QString &family, int pointSize, int weight, bool italic)
if (pointSize <= 0) {
#ifdef Q_WS_S60
- // TODO: What should the default QFont pointSize for Q_WS_S60 be?
pointSize = 7;
#else
pointSize = 12;