Planner: Change when we recalculate deco

Signed-off-by: Robert C. Helling <helling@atdotde.de>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Robert C. Helling 2014-04-24 16:42:10 +02:00 committed by Dirk Hohndel
parent 84414baece
commit 00e7ef2cf8
2 changed files with 19 additions and 6 deletions

View file

@ -58,6 +58,7 @@ public:
QStringList &getGasList();
QVector<QPair<int, int> > collectGases(dive *d);
int lastEnteredPoint();
void removeDeco();
static bool addingDeco;
public