summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/osx/osxbtl2capchannel.mm
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@qt.io>2019-02-11 08:21:47 +0100
committerAlex Blasche <alexander.blasche@qt.io>2019-02-11 08:21:58 +0100
commit56c5b16dc1a394c72a004b71a9f5364059630d6c (patch)
tree7fc631b270636d42449871c0c894b9a5998821d9 /src/bluetooth/osx/osxbtl2capchannel.mm
parentc3820b3d04aca98ee4e0d5eb85b23819c039532f (diff)
parentcd2f90d9157199ebadcf182a471f264a619fd521 (diff)
Merge remote-tracking branch 'gerrit/dev' into wip/win
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
{