aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFawzi Mohamed <fawzi.mohamed@qt.io>2020-08-01 21:40:46 +0200
committerFawzi Mohamed <fawzi.mohamed@qt.io>2020-08-11 04:38:39 +0000
commitb3df10c3b50a8abc64101e7bcfc2d08ea8300ed7 (patch)
treeb68045ad5bfbf0f44c7811c1994980efe24bd00c
parent715aa04d3381a146e658d1fe63a8139b6dd923a4 (diff)
mac: fix touchbar delegate interface
Change-Id: I984801ffdfab797cdff9248c048ca4c1dd08ecf3 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
-rw-r--r--src/libs/utils/touchbar/touchbar_mac_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/utils/touchbar/touchbar_mac_p.h b/src/libs/utils/touchbar/touchbar_mac_p.h
index c86132fd59..b22cac34ad 100644
--- a/src/libs/utils/touchbar/touchbar_mac_p.h
+++ b/src/libs/utils/touchbar/touchbar_mac_p.h
@@ -44,7 +44,7 @@ class TouchBarPrivate;
@property (retain, atomic) NSString *closeButtonIdentifier;
- (id)initWithParent:(Utils::Internal::TouchBarPrivate *)parent;
-
+- (NSTouchBar *)makeTouchBar;
@end
namespace Utils {