diff options
Diffstat (limited to 'core/btdiscovery.h')
-rw-r--r-- | core/btdiscovery.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/btdiscovery.h b/core/btdiscovery.h index 953e707b4..85f2d4d4a 100644 --- a/core/btdiscovery.h +++ b/core/btdiscovery.h @@ -43,6 +43,7 @@ public: int productIdx; }; + void btDeviceDiscoveryFinished(); void btDeviceDiscovered(const QBluetoothDeviceInfo &device); void btDeviceDiscoveredMain(const btPairedDevice &device, bool fromPaired); bool btAvailable() const; |