Silence warnings in DiveCartesianAxis

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2016-03-08 02:22:10 -03:00 committed by Dirk Hohndel
parent 44deaf6c51
commit 07606160cb
2 changed files with 4 additions and 3 deletions

View file

@ -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);