summaryrefslogtreecommitdiffstats
path: root/qt-models/diveplannermodel.h
diff options
context:
space:
mode:
authorGravatar Robert C. Helling <helling@atdotde.de>2018-03-28 22:50:28 +0200
committerGravatar Lubomir I. Ivanov <neolit123@gmail.com>2018-05-14 23:47:00 +0300
commit69de9d8f988aecc59b53c5bf1a1ec55d6529c59e (patch)
tree2b6e11f2bc362f6dbfc2160a9f1241cc5aa99851 /qt-models/diveplannermodel.h
parent6b0ecb012dcfe1945bedf38fe25f67a1d2c3c400 (diff)
downloadsubsurface-69de9d8f988aecc59b53c5bf1a1ec55d6529c59e.tar.gz
Add planner infra structure for bailout
Add a divemode column to the planner model and a corresponding field to struct divepoint and fill it in the corresponding functions. Signed-off-by: Robert C. Helling <helling@atdotde.de>
Diffstat (limited to 'qt-models/diveplannermodel.h')
-rw-r--r--qt-models/diveplannermodel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-models/diveplannermodel.h b/qt-models/diveplannermodel.h
index dfafe2b27..371afb30c 100644
--- a/qt-models/diveplannermodel.h
+++ b/qt-models/diveplannermodel.h
@@ -18,6 +18,7 @@ public:
RUNTIME,
GAS,
CCSETPOINT,
+ DIVEMODE,
COLUMNS
};
enum Mode {