From d909697c27efd62e9777a00c36f6fcf578a009f5 Mon Sep 17 00:00:00 2001 From: Gus Grubba Date: Fri, 17 Feb 2017 10:23:00 -0500 Subject: [PATCH] Fix regression bug with Bluetooth. --- src/comm/BluetoothLink.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/comm/BluetoothLink.cc b/src/comm/BluetoothLink.cc index c5a019acd..2ffe1e725 100644 --- a/src/comm/BluetoothLink.cc +++ b/src/comm/BluetoothLink.cc @@ -31,6 +31,7 @@ BluetoothLink::BluetoothLink(SharedLinkConfigurationPointer& config) : LinkInterface(config) + , _config(qobject_cast(config.data())) , _connectState(false) , _targetSocket(NULL) #ifdef __ios__ -- 2.22.0