summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qplatformfontdatabase_qpa.cpp
diff options
context:
space:
mode:
authorcon <qtc-committer@nokia.com>2011-02-21 07:30:06 (GMT)
committerJørgen Lind <jorgen.lind@nokia.com>2011-03-04 09:08:50 (GMT)
commit8dbe38632307d6cbe07f95db929e42ec01304324 (patch)
tree78555634f1762ad18892dea42732b74665ea1a62 /src/gui/text/qplatformfontdatabase_qpa.cpp
parent6daa12f8bcc16947a059747ebd985934163068eb (diff)
downloadQt-8dbe38632307d6cbe07f95db929e42ec01304324.zip
Qt-8dbe38632307d6cbe07f95db929e42ec01304324.tar.gz
Qt-8dbe38632307d6cbe07f95db929e42ec01304324.tar.bz2
don't print debug output
Diffstat (limited to 'src/gui/text/qplatformfontdatabase_qpa.cpp')
-rw-r--r--src/gui/text/qplatformfontdatabase_qpa.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/text/qplatformfontdatabase_qpa.cpp b/src/gui/text/qplatformfontdatabase_qpa.cpp
index afe762a..136130f 100644
--- a/src/gui/text/qplatformfontdatabase_qpa.cpp
+++ b/src/gui/text/qplatformfontdatabase_qpa.cpp
@@ -214,7 +214,7 @@ QFontEngine *QPlatformFontDatabase::fontEngine(const QFontDef &fontDef, QUnicode
Q_UNUSED(handle);
QByteArray *fileDataPtr = static_cast<QByteArray *>(handle);
QFontEngineQPA *engine = new QFontEngineQPA(fontDef,*fileDataPtr);
- qDebug() << fontDef.pixelSize << fontDef.weight << fontDef.style << fontDef.stretch << fontDef.styleHint << fontDef.styleStrategy << fontDef.family << script;
+ //qDebug() << fontDef.pixelSize << fontDef.weight << fontDef.style << fontDef.stretch << fontDef.styleHint << fontDef.styleStrategy << fontDef.family << script;
return engine;
}