diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-10-14 04:01:12 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-10-14 04:01:12 -0700 |
commit | 0039c61dce78ab148b05ceec3283a3bd29e1bb30 (patch) | |
tree | d8a429a53cb42e69a017ac4534fedfb075880a1f /core/btdiscovery.h | |
parent | aa7e78611ec87ce928f62a41311d47dec016ba97 (diff) | |
parent | ba4058667a21a278a394054fea70595358ac41f2 (diff) | |
download | subsurface-0039c61dce78ab148b05ceec3283a3bd29e1bb30.tar.gz |
Merge branch 'dynamic-bt' of https://github.com/janmulder/subsurface
Diffstat (limited to 'core/btdiscovery.h')
-rw-r--r-- | core/btdiscovery.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/btdiscovery.h b/core/btdiscovery.h index 61d03f49b..7a9e9c655 100644 --- a/core/btdiscovery.h +++ b/core/btdiscovery.h @@ -46,6 +46,8 @@ public: void getBluetoothDevices(); #endif QList<btVendorProduct> getBtDcs(); + QBluetoothLocalDevice localBtDevice; + void BTDiscoveryReDiscover(); private: static BTDiscovery *m_instance; @@ -59,7 +61,6 @@ private: #endif QList<struct btPairedDevice> btPairedDevices; - QBluetoothLocalDevice localBtDevice; QBluetoothDeviceDiscoveryAgent *discoveryAgent; signals: |