diff options
author | Robert C. Helling <helling@atdotde.de> | 2018-01-20 18:21:39 +0100 |
---|---|---|
committer | Robert C. Helling <helling@atdotde.de> | 2018-01-21 15:24:46 +0100 |
commit | d029feb2d55f5579f322ec893f95a6aabfcc6560 (patch) | |
tree | ef9cd2f9091404ab942333a91dc350c359428384 /profile-widget/diveeventitem.h | |
parent | 7b508e41cd1304834511f87dbe399398517aaeff (diff) | |
download | subsurface-d029feb2d55f5579f322ec893f95a6aabfcc6560.tar.gz |
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>
Diffstat (limited to 'profile-widget/diveeventitem.h')
-rw-r--r-- | profile-widget/diveeventitem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profile-widget/diveeventitem.h b/profile-widget/diveeventitem.h index 51eead5d0..f56a92898 100644 --- a/profile-widget/diveeventitem.h +++ b/profile-widget/diveeventitem.h @@ -26,7 +26,7 @@ slots: private: void setupToolTipString(struct gasmix *lastgasmix); - void setupPixmap(); + void setupPixmap(struct gasmix *lastgasmix); DiveCartesianAxis *vAxis; DiveCartesianAxis *hAxis; DivePlotDataModel *dataModel; |