diff options
author | Robert C. Helling <helling@atdotde.de> | 2017-08-29 12:26:00 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-08-29 06:49:44 -0700 |
commit | aed5b7d26708d9559effc27ed2d3b3656f5bc738 (patch) | |
tree | 9d8517147a7bebd60c93e5b289651def2dd4e7ac /qt-models/diveplannermodel.h | |
parent | 2832141d2ca00c9ec502f6c4f7ecbb09a2095516 (diff) | |
download | subsurface-aed5b7d26708d9559effc27ed2d3b3656f5bc738.tar.gz |
Show variations in Runtime string
Signed-off-by: Robert C. Helling <helling@atdotde.de>
Diffstat (limited to 'qt-models/diveplannermodel.h')
-rw-r--r-- | qt-models/diveplannermodel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-models/diveplannermodel.h b/qt-models/diveplannermodel.h index ff6b98496..7a4ef9885 100644 --- a/qt-models/diveplannermodel.h +++ b/qt-models/diveplannermodel.h @@ -109,7 +109,7 @@ private: struct diveplan diveplan; struct divedatapoint *cloneDiveplan(struct diveplan *plan_copy); void computeVariations(); - void analyzeVariations(struct decostop *min, struct decostop *mid, struct decostop *max, const char *unit); + int analyzeVariations(struct decostop *min, struct decostop *mid, struct decostop *max, const char *unit); Mode mode; bool recalc; QVector<divedatapoint> divepoints; |