diff options
Diffstat (limited to 'core/btdiscovery.h')
-rw-r--r-- | core/btdiscovery.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/btdiscovery.h b/core/btdiscovery.h index d3a81bf39..953e707b4 100644 --- a/core/btdiscovery.h +++ b/core/btdiscovery.h @@ -44,7 +44,7 @@ public: }; void btDeviceDiscovered(const QBluetoothDeviceInfo &device); - void btDeviceDiscoveredMain(const btPairedDevice &device); + void btDeviceDiscoveredMain(const btPairedDevice &device, bool fromPaired); bool btAvailable() const; void showNonDiveComputers(bool show); void stopAgent(); |