summaryrefslogtreecommitdiffstats
path: root/qt-models/diveplannermodel.h
diff options
context:
space:
mode:
authorGravatar Rick Walsh <rickmwalsh@gmail.com>2015-06-19 20:25:03 +1000
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-06-19 09:15:09 -0700
commit4dfdea1e1dd631fbd335c5dfa5ef8e7a2cbea780 (patch)
treee628e266d14e4d538bd4a100d4de14c863969a5f /qt-models/diveplannermodel.h
parentab90375c19f7e0495d964d37c7cabf23dff898e9 (diff)
downloadsubsurface-4dfdea1e1dd631fbd335c5dfa5ef8e7a2cbea780.tar.gz
Add planner minimum gas switch duration option
Add the option for a minimum gas switch duration to the planner UI. This is not actually used yet. Signed-off-by: Rick Walsh <rickmwalsh@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
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 4d1ef3227..883103f22 100644
--- a/qt-models/diveplannermodel.h
+++ b/qt-models/diveplannermodel.h
@@ -90,6 +90,7 @@ slots:
void emitDataChanged();
void setRebreatherMode(int mode);
void setReserveGas(int reserve);
+ void setMinSwitchDuration(int duration);
signals:
void planCreated();