mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Bluetooth: start discovery if address isn't already known
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
2954bc5f22
commit
9491c96103
3 changed files with 9 additions and 0 deletions
|
@ -311,6 +311,7 @@ void DownloadFromDCWidget::on_device_currentTextChanged(const QString &device)
|
|||
// ensure we have a discovery running
|
||||
if (btd == nullptr)
|
||||
btd = BTDiscovery::instance();
|
||||
btd->discoverAddress(device);
|
||||
}
|
||||
#else
|
||||
Q_UNUSED(device)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue