From bcbc4d4de2d4d27f70fc56baf104d93b31d57061 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Thu, 14 May 2020 11:34:26 +0200 Subject: macOS: Get rid of QCocoaWindowFunctions The functionality is now directly available in the QCocoaWindow platform interface, instead of going through the indirection of the platform headers and native interface. Task-number: QTBUG-84220 Change-Id: Ifc48263c83806705b44364f7727d317847737ab4 Reviewed-by: Friedemann Kleint Reviewed-by: Volker Hilsheimer --- src/plugins/platforms/cocoa/qcocoawindow.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/plugins/platforms/cocoa/qcocoawindow.h') diff --git a/src/plugins/platforms/cocoa/qcocoawindow.h b/src/plugins/platforms/cocoa/qcocoawindow.h index 0c607320f8..a46f8913f9 100644 --- a/src/plugins/platforms/cocoa/qcocoawindow.h +++ b/src/plugins/platforms/cocoa/qcocoawindow.h @@ -202,8 +202,7 @@ public: QWindow *childWindowAt(QPoint windowPoint); bool shouldRefuseKeyWindowAndFirstResponder(); - static QPoint bottomLeftClippedByNSWindowOffsetStatic(QWindow *window); - QPoint bottomLeftClippedByNSWindowOffset() const; + QPoint bottomLeftClippedByNSWindowOffset() const override; enum RecreationReason { RecreationNotNeeded = 0, -- cgit v1.2.3