diff options
author | Claudiu Olteanu <olteanu.claudiu@ymail.com> | 2015-07-06 16:18:06 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-07-06 08:34:39 -0700 |
commit | b4c4d95ea4d19d63492a5de4abdab31673ab9725 (patch) | |
tree | 3da7dc2cdf4d43c70170eb8d938b4d77103feaf1 /qt-ui/downloadfromdivecomputer.h | |
parent | 5766d1894c2fb3e5343ee12ce188d48e38b56e24 (diff) | |
download | subsurface-b4c4d95ea4d19d63492a5de4abdab31673ab9725.tar.gz |
Add a checkbox and a button for Bluetooth download mode
The checkbox will be used to enable the Bluetooth
downloading mode. The button will be used to create
a dialog selection where the user will be able to
scan and select remote devices.
Signed-off-by: Claudiu Olteanu <olteanu.claudiu@ymail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/downloadfromdivecomputer.h')
-rw-r--r-- | qt-ui/downloadfromdivecomputer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qt-ui/downloadfromdivecomputer.h b/qt-ui/downloadfromdivecomputer.h index 92db09d66..0b63d28ed 100644 --- a/qt-ui/downloadfromdivecomputer.h +++ b/qt-ui/downloadfromdivecomputer.h @@ -77,8 +77,10 @@ slots: void updateProgressBar(); void checkLogFile(int state); void checkDumpFile(int state); + void enableBluetoothMode(int state); void pickDumpFile(); void pickLogFile(); + void selectRemoteBluetoothDevice(); private: void markChildrenAsDisabled(); |