summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/osx/osxbtconnectionmonitor_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/osx/osxbtconnectionmonitor_p.h')
-rw-r--r--src/bluetooth/osx/osxbtconnectionmonitor_p.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/bluetooth/osx/osxbtconnectionmonitor_p.h b/src/bluetooth/osx/osxbtconnectionmonitor_p.h
index 18ffc86a..679f6124 100644
--- a/src/bluetooth/osx/osxbtconnectionmonitor_p.h
+++ b/src/bluetooth/osx/osxbtconnectionmonitor_p.h
@@ -79,11 +79,6 @@ public:
QT_END_NAMESPACE
@interface QT_MANGLE_NAMESPACE(OSXBTConnectionMonitor) : NSObject
-{
- QT_PREPEND_NAMESPACE(OSXBluetooth::ConnectionMonitor) *monitor;
- IOBluetoothUserNotification *discoveryNotification;
- NSMutableArray *foundConnections;
-}
- (id)initWithMonitor:(QT_PREPEND_NAMESPACE(OSXBluetooth::ConnectionMonitor) *)monitor;
- (void)connectionNotification:(id)notification withDevice:(IOBluetoothDevice *)device;