summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/osx/osxbtl2capchannel.mm
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/osx/osxbtl2capchannel.mm')
-rw-r--r--src/bluetooth/osx/osxbtl2capchannel.mm6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/bluetooth/osx/osxbtl2capchannel.mm b/src/bluetooth/osx/osxbtl2capchannel.mm
index 474fe04b..dc8468a0 100644
--- a/src/bluetooth/osx/osxbtl2capchannel.mm
+++ b/src/bluetooth/osx/osxbtl2capchannel.mm
@@ -48,6 +48,12 @@
QT_USE_NAMESPACE
@implementation QT_MANGLE_NAMESPACE(OSXBTL2CAPChannel)
+{
+ QT_PREPEND_NAMESPACE(OSXBluetooth)::ChannelDelegate *delegate;
+ IOBluetoothDevice *device;
+ IOBluetoothL2CAPChannel *channel;
+ bool connected;
+}
- (id)initWithDelegate:(OSXBluetooth::ChannelDelegate *)aDelegate
{