Show variations in Runtime string

Signed-off-by: Robert C. Helling <helling@atdotde.de>
This commit is contained in:
Robert C. Helling 2017-08-29 12:26:00 +02:00 committed by Dirk Hohndel
parent 2832141d2c
commit aed5b7d267
3 changed files with 21 additions and 7 deletions

View file

@ -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;