From 301970018ceed3b5c855d2cc767d263c9ea4d974 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Thu, 24 May 2018 13:24:06 +0200 Subject: macOS: Make sure QNSPanel also gets a debug description MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I5de08c3493b02a8e98ba3c4fe3922f5f9fd6e2c2 Reviewed-by: Morten Johan Sørvig --- src/plugins/platforms/cocoa/qnswindow.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins') diff --git a/src/plugins/platforms/cocoa/qnswindow.h b/src/plugins/platforms/cocoa/qnswindow.h index ea690b69e3..64f1ed0802 100644 --- a/src/plugins/platforms/cocoa/qnswindow.h +++ b/src/plugins/platforms/cocoa/qnswindow.h @@ -67,6 +67,7 @@ QT_FORWARD_DECLARE_CLASS(QCocoaWindow) - (void)dealloc; - (BOOL)isOpaque; - (NSColor *)backgroundColor; +- (NSString *)description; @property (nonatomic, readonly) QCocoaWindow *platformWindow; @end -- cgit v1.2.3