From e9967647ffe20df0473a1fa9eb10957b4e32fbf3 Mon Sep 17 00:00:00 2001 From: Timur Pocheptsov Date: Thu, 13 Dec 2018 15:58:08 +0100 Subject: CoreBluetooth - fix warnings ('-Wobjc-interface-ivars') Move all i-vars into implementation part of declaration. Change-Id: I9ee71bc85308d899871dc680d438c504e591b091 Reviewed-by: Alex Blasche --- src/bluetooth/osx/osxbtsocketlistener_p.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/bluetooth/osx/osxbtsocketlistener_p.h') diff --git a/src/bluetooth/osx/osxbtsocketlistener_p.h b/src/bluetooth/osx/osxbtsocketlistener_p.h index afe3eadc..cac0b7c4 100644 --- a/src/bluetooth/osx/osxbtsocketlistener_p.h +++ b/src/bluetooth/osx/osxbtsocketlistener_p.h @@ -82,11 +82,6 @@ QT_END_NAMESPACE // RFCOMM or L2CAP protocol. It must be deleted to stop listening. @interface QT_MANGLE_NAMESPACE(OSXBTSocketListener) : NSObject -{ - IOBluetoothUserNotification *connectionNotification; - QT_PREPEND_NAMESPACE(OSXBluetooth::SocketListener) *delegate; - quint16 port; -} - (id)initWithListener:(QT_PREPEND_NAMESPACE(OSXBluetooth::SocketListener) *)aDelegate; - (void)dealloc; -- cgit v1.2.3