summaryrefslogtreecommitdiffstats
path: root/profile-widget/diveprofileitem.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@intel.com>2016-01-25 17:48:57 -0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-01-25 13:04:32 -0800
commit74333963330cc5f9d8a848487522e34a822c46de (patch)
tree7fdd709d13823735a0b44cd3ae29e6e24c933285 /profile-widget/diveprofileitem.h
parent49332bc635166103cc8491f1252d4d9c80b767cc (diff)
downloadsubsurface-74333963330cc5f9d8a848487522e34a822c46de.tar.gz
Fix Ceiling Graph
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'profile-widget/diveprofileitem.h')
-rw-r--r--profile-widget/diveprofileitem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/profile-widget/diveprofileitem.h b/profile-widget/diveprofileitem.h
index 0a009d01f..0c3f9a610 100644
--- a/profile-widget/diveprofileitem.h
+++ b/profile-widget/diveprofileitem.h
@@ -76,6 +76,7 @@ public:
DiveProfileItem();
virtual void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget = 0);
virtual void modelDataChanged(const QModelIndex &topLeft = QModelIndex(), const QModelIndex &bottomRight = QModelIndex());
+ void settingsToggled(bool toggled);
virtual void settingsChanged();
void plot_depth_sample(struct plot_data *entry, QFlags<Qt::AlignmentFlag> flags, const QColor &color);
int maxCeiling(int row);