summaryrefslogtreecommitdiffstats
path: root/src/gui/text
diff options
context:
space:
mode:
authorNorwegian Rock Cat <qt-info@nokia.com>2009-06-24 08:38:36 (GMT)
committerNorwegian Rock Cat <qt-info@nokia.com>2009-06-24 09:24:05 (GMT)
commit0fec4eecb0f65d7dbf7a4769c9b7784c31b97578 (patch)
tree7e161f9e6f1d0e026008600d8b2d4bbbc74f0648 /src/gui/text
parent0068e3e0ffa1948f95a4d96d514e0e8b08624dae (diff)
downloadQt-0fec4eecb0f65d7dbf7a4769c9b7784c31b97578.zip
Qt-0fec4eecb0f65d7dbf7a4769c9b7784c31b97578.tar.gz
Qt-0fec4eecb0f65d7dbf7a4769c9b7784c31b97578.tar.bz2
Remove these colorspace references.
It is only used for creating the bitmap context, so there is no reason to keep it around. Reviewed-by: Morten Sørvig
Diffstat (limited to 'src/gui/text')
-rw-r--r--src/gui/text/qfontdatabase_mac.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/text/qfontdatabase_mac.cpp b/src/gui/text/qfontdatabase_mac.cpp
index 2f6788f..c74805e 100644
--- a/src/gui/text/qfontdatabase_mac.cpp
+++ b/src/gui/text/qfontdatabase_mac.cpp
@@ -152,7 +152,7 @@ if (QSysInfo::MacintoshVersion >= QSysInfo::MV_10_5) {
} else
#endif
{
-#ifndef Q_WS_MAC64
+#ifndef QT_MAC_USE_COCOA
FMFontIterator it;
if (!FMCreateFontIterator(0, 0, kFMUseGlobalScopeOption, &it)) {
while (true) {