diff options
author | Ian Dean <ian@mediator-software.com> | 2012-07-19 06:02:56 (GMT) |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-09-18 09:09:00 (GMT) |
commit | b3c21d93f66617b87b341911d329c0b1ad6af485 (patch) | |
tree | aee75fa9e661cc33916b3ef6c01de7217a8b4676 /src/gui | |
parent | c14694621aab2e7df13830f80621fb5680b432e4 (diff) | |
download | Qt-b3c21d93f66617b87b341911d329c0b1ad6af485.zip Qt-b3c21d93f66617b87b341911d329c0b1ad6af485.tar.gz Qt-b3c21d93f66617b87b341911d329c0b1ad6af485.tar.bz2 |
Refactor coreservices -> ios & QT_NO_CORESERVICES -> Q_OS_IOS
Similar work was done in Qt5 in Change Id3b02316
Change-Id: I392d2a5bfffb9a335f28d5dbc5ea27b800fc4487
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/text/qfontengine_coretext_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/text/qfontengine_coretext_p.h b/src/gui/text/qfontengine_coretext_p.h index 3b0490c..065a78e 100644 --- a/src/gui/text/qfontengine_coretext_p.h +++ b/src/gui/text/qfontengine_coretext_p.h @@ -44,7 +44,7 @@ #include <private/qfontengine_p.h> -#ifdef QT_NO_CORESERVICES +#if defined(Q_OS_IOS) #include <CoreText/CoreText.h> #include <CoreGraphics/CoreGraphics.h> #include <private/qcore_mac_p.h> |