Commit e4fddb3f authored by Gus Grubba's avatar Gus Grubba Committed by GitHub

Merge pull request #4565 from dogmaphobic/btFix

Fix regression bug with Bluetooth.
parents bbb46490 d909697c
......@@ -31,6 +31,7 @@
BluetoothLink::BluetoothLink(SharedLinkConfigurationPointer& config)
: LinkInterface(config)
, _config(qobject_cast<BluetoothConfiguration*>(config.data()))
, _connectState(false)
, _targetSocket(NULL)
#ifdef __ios__
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment