diff options
author | Anton Lundin <glance@acc.umu.se> | 2014-10-12 16:51:30 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-10-12 12:32:21 -0400 |
commit | 9c0e2fc823bd75ca4c01ee4cb66b5153b7cead4f (patch) | |
tree | 39f475446ea7dbc257c4eb95cb35f2773b60557b /qt-ui/configuredivecomputerdialog.h | |
parent | 3836e640928be83a17910e4c1ae0b6ba564b08a9 (diff) | |
download | subsurface-9c0e2fc823bd75ca4c01ee4cb66b5153b7cead4f.tar.gz |
Connect the Suunto Vyper Configuration ui
This code connects up the configuration ui with the backing
data structures thats gets read/written to/from the devices.
Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/configuredivecomputerdialog.h')
-rw-r--r-- | qt-ui/configuredivecomputerdialog.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/qt-ui/configuredivecomputerdialog.h b/qt-ui/configuredivecomputerdialog.h index 66871efa3..c6e27735b 100644 --- a/qt-ui/configuredivecomputerdialog.h +++ b/qt-ui/configuredivecomputerdialog.h @@ -52,6 +52,10 @@ private: DeviceDetails *deviceDetails; void populateDeviceDetails(); + void populateDeviceDetailsOSTC3(); + void populateDeviceDetailsSuuntoVyper(); + void reloadValuesOSTC3(); + void reloadValuesSuuntoVyper(); QString selected_vendor; QString selected_product; |