From e7db28fa9ddb6cf165cf239836f3ee50913cd3d3 Mon Sep 17 00:00:00 2001 From: Volker Hilsheimer Date: Fri, 17 Sep 2021 17:13:36 +0200 Subject: macOS: Remove remnant of popup closing logic from Cocoa plugin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This monitor call back is never called when a popup is open and there's mouse action. Change-Id: I6c45b600ebea16e5fd6c5b3af66fd1242973d747 Reviewed-by: Tor Arne Vestbø --- src/plugins/platforms/cocoa/qcocoawindow.h | 2 -- 1 file changed, 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 419f07b779..fbfe20fe07 100644 --- a/src/plugins/platforms/cocoa/qcocoawindow.h +++ b/src/plugins/platforms/cocoa/qcocoawindow.h @@ -233,7 +233,6 @@ public: // for QNSView bool isContentView() const; bool alwaysShowToolWindow() const; - void removeMonitor(); enum HandleFlags { NoHandleFlags = 0, @@ -265,7 +264,6 @@ public: // for QNSView static const int NoAlertRequest; NSInteger m_alertRequest; - NSObject *m_monitor; bool m_drawContentBorderGradient; int m_topContentBorderThickness; -- cgit v1.2.3