diff options
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(); |