mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
44deaf6c51
commit
07606160cb
2 changed files with 4 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue