Show ICD in gaschange icons

Add an exclamation mark in the gas change icons if
the change violates our isobaric counter diffusion
criterium.

Signed-off-by: Robert C. Helling <helling@atdotde.de>
This commit is contained in:
Robert C. Helling 2018-01-20 18:21:39 +01:00
parent 7b508e41cd
commit d029feb2d5
8 changed files with 31 additions and 12 deletions

View file

@ -26,7 +26,7 @@ slots:
private:
void setupToolTipString(struct gasmix *lastgasmix);
void setupPixmap();
void setupPixmap(struct gasmix *lastgasmix);
DiveCartesianAxis *vAxis;
DiveCartesianAxis *hAxis;
DivePlotDataModel *dataModel;