diff options
Diffstat (limited to 'profile-widget/diveprofileitem.h')
-rw-r--r-- | profile-widget/diveprofileitem.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/profile-widget/diveprofileitem.h b/profile-widget/diveprofileitem.h index 05c7eb7d6..6e6b47b3a 100644 --- a/profile-widget/diveprofileitem.h +++ b/profile-widget/diveprofileitem.h @@ -133,6 +133,8 @@ public: private: QString visibilityKey; int tissueIndex; + QColor ColorScale(double value); + }; class DiveAmbPressureItem : public AbstractProfilePolygonItem { |