summaryrefslogtreecommitdiffstats
path: root/qt-ui/diveplanner.h
diff options
context:
space:
mode:
authorGravatar Joakim Bygdell <j.bygdell@gmail.com>2015-04-09 17:41:41 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-04-09 14:36:17 -0700
commitafea30fd8a40c16bada295b9b6a89e72d1abe607 (patch)
treeac86d6a935e04a3dc2e4c4ae4d057cfab41bcdd0 /qt-ui/diveplanner.h
parent695637dcff4acef19ff7916480a3e842471f361f (diff)
downloadsubsurface-afea30fd8a40c16bada295b9b6a89e72d1abe607.tar.gz
Recmode: Allow the user to specify gas reserve.
Since most regulators have an intermediate pressure of 10bar the minimum value is 10 while the max is 99. Signed-off-by: Joakim Bygdell <j.bygdell@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/diveplanner.h')
-rw-r--r--qt-ui/diveplanner.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/diveplanner.h b/qt-ui/diveplanner.h
index a4752b502..6cfcc5efb 100644
--- a/qt-ui/diveplanner.h
+++ b/qt-ui/diveplanner.h
@@ -93,6 +93,7 @@ slots:
void loadFromDive(dive *d);
void emitDataChanged();
void setRebreatherMode(int mode);
+ void setReserveGas(int reserve);
signals:
void planCreated();