summaryrefslogtreecommitdiffstats
path: root/qt-ui/diveplanner.h
diff options
context:
space:
mode:
authorGravatar Robert C. Helling <helling@atdotde.de>2014-04-24 16:42:10 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-05-08 12:25:38 -0700
commit00e7ef2cf88e1a96bf14317af79ab2c9b3468ed2 (patch)
tree1495bc5c42235357a3f22d3988dff94ca8cc4d2c /qt-ui/diveplanner.h
parent84414baece62b401ce3a3f7fa5366bfff278cc65 (diff)
downloadsubsurface-00e7ef2cf88e1a96bf14317af79ab2c9b3468ed2.tar.gz
Planner: Change when we recalculate deco
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/diveplanner.h b/qt-ui/diveplanner.h
index 91f8744d8..85b585537 100644
--- a/qt-ui/diveplanner.h
+++ b/qt-ui/diveplanner.h
@@ -58,6 +58,7 @@ public:
QStringList &getGasList();
QVector<QPair<int, int> > collectGases(dive *d);
int lastEnteredPoint();
+ void removeDeco();
static bool addingDeco;
public