diff options
author | Norwegian Rock Cat <qt-info@nokia.com> | 2009-06-24 08:38:36 (GMT) |
---|---|---|
committer | Norwegian Rock Cat <qt-info@nokia.com> | 2009-06-24 09:24:05 (GMT) |
commit | 0fec4eecb0f65d7dbf7a4769c9b7784c31b97578 (patch) | |
tree | 7e161f9e6f1d0e026008600d8b2d4bbbc74f0648 /src/gui/text/qfontdatabase_mac.cpp | |
parent | 0068e3e0ffa1948f95a4d96d514e0e8b08624dae (diff) | |
download | Qt-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/qfontdatabase_mac.cpp')
-rw-r--r-- | src/gui/text/qfontdatabase_mac.cpp | 2 |
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) { |