diff options
author | Anton Lundin <glance@acc.umu.se> | 2017-04-27 21:25:04 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-05-04 10:50:15 -0700 |
commit | f14ad7f183f0422ad09c455212e1822bd7bdd3ee (patch) | |
tree | f724ed6b540829fb697f35333a8d8c946f2cdef6 /core/devicedetails.cpp | |
parent | 5a4e1a55866ac943eecbd32c52583142d4e8921e (diff) | |
download | subsurface-f14ad7f183f0422ad09c455212e1822bd7bdd3ee.tar.gz |
Implement OSTC4 specific settings
Signed-off-by: Anton Lundin <glance@acc.umu.se>
Diffstat (limited to 'core/devicedetails.cpp')
-rw-r--r-- | core/devicedetails.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/devicedetails.cpp b/core/devicedetails.cpp index e21983a79..18941a0e2 100644 --- a/core/devicedetails.cpp +++ b/core/devicedetails.cpp @@ -28,6 +28,7 @@ DeviceDetails::DeviceDetails(QObject *parent) : aGFLow(0), aGFHigh(0), aGFSelectable(0), + vpmConservatism(0), saturation(0), desaturation(0), lastDeco(0), @@ -56,8 +57,10 @@ DeviceDetails::DeviceDetails(QObject *parent) : alarmDepth(0), leftButtonSensitivity(0), rightButtonSensitivity(0), + buttonSensitivity(0), bottomGasConsumption(0), decoGasConsumption(0), + travelGasConsumption(0), modWarning(false), dynamicAscendRate(false), graphicalSpeedIndicator(false), |