diff options
author | Robert C. Helling <helling@atdotde.de> | 2015-04-02 10:32:14 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-04-02 09:46:10 -0700 |
commit | cc8d6014229dbca15373f6c3d888a6404c0775f1 (patch) | |
tree | 13a9934327b877a2c4dda894c170a2f91e3e1270 /qt-ui/diveplanner.h | |
parent | cd34fea1db4e3cf118bcc08358bb84df68314700 (diff) | |
download | subsurface-cc8d6014229dbca15373f6c3d888a6404c0775f1.tar.gz |
Checkbox and preference for safety stop
Signed-off-by: Robert C. Helling <helling@atdotde.de>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/diveplanner.h')
-rw-r--r-- | qt-ui/diveplanner.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/diveplanner.h b/qt-ui/diveplanner.h index eed481c04..a4752b502 100644 --- a/qt-ui/diveplanner.h +++ b/qt-ui/diveplanner.h @@ -83,6 +83,7 @@ slots: void setDisplayDuration(bool value); void setDisplayTransitions(bool value); void setRecreationalMode(bool value); + void setSafetyStop(bool value); void savePlan(); void saveDuplicatePlan(); void remove(const QModelIndex &index); |