diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2021-01-04 17:55:42 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2021-01-10 15:57:39 -0800 |
commit | 7fc2071059511cf1727c5562439ad32c240de2ba (patch) | |
tree | 499c77cd4e8114f3142ee0be52f8ce47a7f5b45b /profile-widget/profilewidget2.h | |
parent | 6add24fe3effde5e9b7900951baf1c42b78679f5 (diff) | |
download | subsurface-7fc2071059511cf1727c5562439ad32c240de2ba.tar.gz |
mobile/profile: show calculated ceiling if enabled
This now actually displays the calculated ceiling in the profile. There is
still an issue where if the user toggles the setting the already cached profiles
aren't recalculated - that's part of a bigger profile cleanup effort.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'profile-widget/profilewidget2.h')
-rw-r--r-- | profile-widget/profilewidget2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profile-widget/profilewidget2.h b/profile-widget/profilewidget2.h index 5c6e95be5..1758b86c3 100644 --- a/profile-widget/profilewidget2.h +++ b/profile-widget/profilewidget2.h @@ -209,9 +209,9 @@ private: PartialPressureGasItem *ccrsensor2GasItem; PartialPressureGasItem *ccrsensor3GasItem; PartialPressureGasItem *ocpo2GasItem; -#ifndef SUBSURFACE_MOBILE DiveCalculatedCeiling *diveCeiling; DiveTextItem *decoModelParameters; +#ifndef SUBSURFACE_MOBILE QList<DiveCalculatedTissue *> allTissues; DiveCartesianAxis *heartBeatAxis; DiveHeartrateItem *heartBeatItem; |