diff options
| author | 2014-06-23 18:16:27 +0300 | |
|---|---|---|
| committer | 2014-08-13 10:48:15 -0700 | |
| commit | cc6c385f3309417727f61b55550d6d47bef004dd (patch) | |
| tree | 2b86c64b388ad7005cbf952bc3c93ef9abcbb1d3 /qt-ui/configuredivecomputerdialog.h | |
| parent | 8aa7fddb22cd6ab4d533082598be04649bb1ff21 (diff) | |
| download | subsurface-cc6c385f3309417727f61b55550d6d47bef004dd.tar.gz | |
Start Work on Firmware Update
This patch implements the first step towards OSTC 3 firmware update.
Its not much, just file selection, but I will build up on it from there.
Implements a thread to initiate firmware updates. Currently, this is
for the OSTC 3.
Signed-off-by: Joseph W. Joshua <joejoshw@gmail.com>
Signed-off-by: Thiago Macieira <thiago@macieira.org>
Diffstat (limited to 'qt-ui/configuredivecomputerdialog.h')
| -rw-r--r-- | qt-ui/configuredivecomputerdialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qt-ui/configuredivecomputerdialog.h b/qt-ui/configuredivecomputerdialog.h index de068c609..71266c471 100644 --- a/qt-ui/configuredivecomputerdialog.h +++ b/qt-ui/configuredivecomputerdialog.h @@ -33,6 +33,8 @@ private slots: void on_tabWidget_currentChanged(int index); + void on_updateFirmwareButton_clicked(); + private: Ui::ConfigureDiveComputerDialog *ui; |