diff options
author | Jørgen Lind <jorgen.lind@nokia.com> | 2010-10-28 10:41:31 (GMT) |
---|---|---|
committer | Jørgen Lind <jorgen.lind@nokia.com> | 2010-10-28 13:04:18 (GMT) |
commit | 6a5a894dda402b433505447f14fb7ed9eeac8a48 (patch) | |
tree | 7c489cd94c4969c05bc00eb09081931d5f355e4e /src/gui/util | |
parent | 3d86d2a8e5e3c68f9e0022e676293ddc5288c849 (diff) | |
download | Qt-6a5a894dda402b433505447f14fb7ed9eeac8a48.zip Qt-6a5a894dda402b433505447f14fb7ed9eeac8a48.tar.gz Qt-6a5a894dda402b433505447f14fb7ed9eeac8a48.tar.bz2 |
Moving QCoreTextFontEngine with related classes into own file
The declaration of QCoreTextFontEngine was ifdefed in qfontengine_p.h.
So was QMacFontEngine. I have moved them into their own files
(qfontengine_coretext_p.h and qfontengine_mac_p.h).
Diffstat (limited to 'src/gui/util')
-rw-r--r-- | src/gui/util/qdesktopservices_mac.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/util/qdesktopservices_mac.cpp b/src/gui/util/qdesktopservices_mac.cpp index 6c5ff18..05a1789 100644 --- a/src/gui/util/qdesktopservices_mac.cpp +++ b/src/gui/util/qdesktopservices_mac.cpp @@ -49,6 +49,8 @@ #include <private/qcore_mac_p.h> #include <qcoreapplication.h> +#include <ApplicationServices/ApplicationServices.h> + QT_BEGIN_NAMESPACE /* |