diff options
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), |