summaryrefslogtreecommitdiffstats
path: root/subsurface-core/devicedetails.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'subsurface-core/devicedetails.cpp')
-rw-r--r--subsurface-core/devicedetails.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/subsurface-core/devicedetails.cpp b/subsurface-core/devicedetails.cpp
index e5c33e418..a2da0d5bc 100644
--- a/subsurface-core/devicedetails.cpp
+++ b/subsurface-core/devicedetails.cpp
@@ -74,6 +74,10 @@ DeviceDetails::DeviceDetails(QObject *parent) :
dynamicAscendRate(false),
graphicalSpeedIndicator(false),
alwaysShowppO2(false),
- tempSensorOffset(0)
+ tempSensorOffset(0),
+ safetyStopLength(0),
+ safetyStopStartDepth(0),
+ safetyStopEndDepth(0),
+ safetyStopResetDepth(0)
{
}