From 1a4bdffffc8f294e71cf9a9683e9030bd6e0644c Mon Sep 17 00:00:00 2001 From: con Date: Tue, 28 Jun 2011 11:57:01 +0200 Subject: Use the QPoint memory layout change only on Desktop Mac Reviewed-by: gunnar --- src/corelib/tools/qpoint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/corelib/tools/qpoint.h b/src/corelib/tools/qpoint.h index c0cf219..9f03606 100644 --- a/src/corelib/tools/qpoint.h +++ b/src/corelib/tools/qpoint.h @@ -93,7 +93,7 @@ public: private: friend class QTransform; // ### Qt 5; remove the ifdef and just have the same order on all platforms. -#if defined(Q_OS_MAC) +#if defined(Q_OS_MAC) && !defined(QT_NO_CORESERVICES) int yp; int xp; #else -- cgit v0.12