summaryrefslogtreecommitdiffstats
path: root/profile-widget/divecartesianaxis.h
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2018-01-10 17:33:20 +0100
committerGravatar Lubomir I. Ivanov <neolit123@gmail.com>2018-01-10 21:25:02 +0100
commit85ac3106e6ed1e9620a6fd05e207ae2c9d8e762e (patch)
tree4fb405211e5265043c63e24a7f34ee7bd1e0cc0d /profile-widget/divecartesianaxis.h
parentd9ac716162c8248b60c8407ae8fd2b08cdde58a3 (diff)
downloadsubsurface-85ac3106e6ed1e9620a6fd05e207ae2c9d8e762e.tar.gz
Typo: indice -> index
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'profile-widget/divecartesianaxis.h')
-rw-r--r--profile-widget/divecartesianaxis.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/profile-widget/divecartesianaxis.h b/profile-widget/divecartesianaxis.h
index 835567411..a53324e9d 100644
--- a/profile-widget/divecartesianaxis.h
+++ b/profile-widget/divecartesianaxis.h
@@ -52,7 +52,7 @@ public:
int unitSystem;
public
slots:
- virtual void updateTicks(color_indice_t color = TIME_GRID);
+ virtual void updateTicks(color_index_t color = TIME_GRID);
signals:
void sizeChanged();
@@ -93,7 +93,7 @@ class TimeAxis : public DiveCartesianAxis {
Q_OBJECT
public:
TimeAxis(ProfileWidget2 *widget);
- void updateTicks(color_indice_t color = TIME_GRID);
+ void updateTicks(color_index_t color = TIME_GRID);
protected:
QString textForValue(double value);