diff options
Diffstat (limited to 'qt-ui/profile/diveprofileitem.h')
-rw-r--r-- | qt-ui/profile/diveprofileitem.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/qt-ui/profile/diveprofileitem.h b/qt-ui/profile/diveprofileitem.h index 8da9acee1..5c35bf7a2 100644 --- a/qt-ui/profile/diveprofileitem.h +++ b/qt-ui/profile/diveprofileitem.h @@ -130,8 +130,13 @@ public: virtual void modelDataChanged(); virtual void preferencesChanged(); void setThreshouldSettingsKey(const QString& threshouldSettingsKey); + void setVisibilitySettingsKey(const QString& setVisibilitySettingsKey); + void setColors(const QColor& normalColor, const QColor& alertColor); private: QPolygonF alertPoly; QString threshouldKey; + QString visibilityKey; + QColor normalColor; + QColor alertColor; }; #endif |