summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/downloadfromdivecomputer.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2018-09-24 17:31:33 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-10-12 08:22:44 -0700
commit38cda08819842d6dcfdedde0dbf9720958d8c075 (patch)
tree91f1d82d44166d23847468d6e9e9c7cfb18a17a4 /desktop-widgets/downloadfromdivecomputer.h
parent2ba3eab31978b6dd5956f0af7749549ba724e300 (diff)
downloadsubsurface-38cda08819842d6dcfdedde0dbf9720958d8c075.tar.gz
Bluetooth: run a discovery agent for BT/BLE dive computers on macOS
This way the scan time will be shorter (which on macOS can be 25+ seconds). Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'desktop-widgets/downloadfromdivecomputer.h')
-rw-r--r--desktop-widgets/downloadfromdivecomputer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop-widgets/downloadfromdivecomputer.h b/desktop-widgets/downloadfromdivecomputer.h
index bdaa3057a..4d1a912e9 100644
--- a/desktop-widgets/downloadfromdivecomputer.h
+++ b/desktop-widgets/downloadfromdivecomputer.h
@@ -43,6 +43,7 @@ slots:
void on_search_clicked();
void on_vendor_currentIndexChanged(const QString &vendor);
void on_product_currentIndexChanged(const QString &product);
+ void on_device_currentTextChanged(const QString &device);
void onDownloadThreadFinished();
void updateProgressBar();
@@ -82,6 +83,7 @@ private:
DiveImportedModel *diveImportedModel;
#if defined(BT_SUPPORT)
BtDeviceSelectionDialog *btDeviceSelectionDialog;
+ BTDiscovery *btd;
#endif
public: