From b077c419eaafe82ada9ed723165b5c4bfcc80b12 Mon Sep 17 00:00:00 2001 From: Sona Kurazyan Date: Wed, 24 Aug 2022 11:15:57 +0200 Subject: Move QMacAutoReleasePool from qglobal.h to qcore_mac_p.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit And include qcore_mac_p.h where needed. Task-number: QTBUG-99313 Change-Id: Idb1b005f1b5938e8cf329ae06ffaf0d249874db2 Reviewed-by: Tor Arne Vestbø --- src/widgets/kernel/qapplication.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/widgets/kernel') diff --git a/src/widgets/kernel/qapplication.cpp b/src/widgets/kernel/qapplication.cpp index 5f4c08a6fd..af4de68701 100644 --- a/src/widgets/kernel/qapplication.cpp +++ b/src/widgets/kernel/qapplication.cpp @@ -80,6 +80,10 @@ #include +#ifdef Q_OS_MACOS +#include +#endif + #include #include -- cgit v1.2.3