summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qfontdatabase.cpp
diff options
context:
space:
mode:
authorJanne Anttila <janne.anttila@digia.com>2009-10-13 10:17:10 (GMT)
committerJanne Anttila <janne.anttila@digia.com>2009-10-13 10:17:10 (GMT)
commit5271d92d814e849c83d11069c322824e16db9943 (patch)
tree3efdb4e839eef04044a0ea3db7ac406362729b52 /src/gui/text/qfontdatabase.cpp
parent022fbe63eff2b6ddfba289b92bc52337defcb82f (diff)
downloadQt-5271d92d814e849c83d11069c322824e16db9943.zip
Qt-5271d92d814e849c83d11069c322824e16db9943.tar.gz
Qt-5271d92d814e849c83d11069c322824e16db9943.tar.bz2
Second attempt: Fixed a few compiler warnings from QtGui for Symbian.
The previous commit 9c6e466dc09813dd4a641b2cf385f35ac99346f5 included some changes which were not meant to be pushed. Reviewed-by: TrustMe
Diffstat (limited to 'src/gui/text/qfontdatabase.cpp')
-rw-r--r--src/gui/text/qfontdatabase.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/text/qfontdatabase.cpp b/src/gui/text/qfontdatabase.cpp
index e8f6d39..738e36a 100644
--- a/src/gui/text/qfontdatabase.cpp
+++ b/src/gui/text/qfontdatabase.cpp
@@ -1354,6 +1354,7 @@ static void match(int script, const QFontDef &request,
#ifdef Q_WS_X11
load(family_name, script, forceXLFD);
#else
+ Q_UNUSED(forceXLFD);
load(family_name, script);
#endif