diff options
Diffstat (limited to 'desktop-widgets/downloadfromdivecomputer.h')
-rw-r--r-- | desktop-widgets/downloadfromdivecomputer.h | 2 |
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: |