Commit d909697c authored by Gus Grubba's avatar Gus Grubba

Fix regression bug with Bluetooth.

parent bbb46490
......@@ -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