mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Show variations in Runtime string
Signed-off-by: Robert C. Helling <helling@atdotde.de>
This commit is contained in:
parent
2832141d2c
commit
aed5b7d267
3 changed files with 21 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue