diff options
author | Tomaz Canabrava <tomaz.canabrava@gmail.com> | 2016-03-08 02:22:10 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-03-08 20:57:52 -0800 |
commit | 07606160cbe9a9f0b3d6097e229cc992a2df2f3c (patch) | |
tree | b710b5f2ae5d6f08e31f34b109c9754c62ac4b03 /profile-widget/divecartesianaxis.h | |
parent | 44deaf6c5176df3ee8f1277db8ddba2fe3c45cfc (diff) | |
download | subsurface-07606160cbe9a9f0b3d6097e229cc992a2df2f3c.tar.gz |
Silence warnings in DiveCartesianAxis
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'profile-widget/divecartesianaxis.h')
-rw-r--r-- | profile-widget/divecartesianaxis.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profile-widget/divecartesianaxis.h b/profile-widget/divecartesianaxis.h index 4e06b9a82..a603cebc7 100644 --- a/profile-widget/divecartesianaxis.h +++ b/profile-widget/divecartesianaxis.h @@ -95,7 +95,7 @@ class TimeAxis : public DiveCartesianAxis { Q_OBJECT public: TimeAxis(ProfileWidget2 *widget); - virtual void updateTicks(); + void updateTicks(color_indice_t color = TIME_GRID); protected: QString textForValue(double value); |