diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2018-01-10 17:33:20 +0100 |
---|---|---|
committer | Lubomir I. Ivanov <neolit123@gmail.com> | 2018-01-10 21:25:02 +0100 |
commit | 85ac3106e6ed1e9620a6fd05e207ae2c9d8e762e (patch) | |
tree | 4fb405211e5265043c63e24a7f34ee7bd1e0cc0d /profile-widget/divecartesianaxis.cpp | |
parent | d9ac716162c8248b60c8407ae8fd2b08cdde58a3 (diff) | |
download | subsurface-85ac3106e6ed1e9620a6fd05e207ae2c9d8e762e.tar.gz |
Typo: indice -> index
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'profile-widget/divecartesianaxis.cpp')
-rw-r--r-- | profile-widget/divecartesianaxis.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profile-widget/divecartesianaxis.cpp b/profile-widget/divecartesianaxis.cpp index 60c1f1365..3ca87dd10 100644 --- a/profile-widget/divecartesianaxis.cpp +++ b/profile-widget/divecartesianaxis.cpp @@ -137,7 +137,7 @@ void emptyList(QList<T *> &list, double steps) } } -void DiveCartesianAxis::updateTicks(color_indice_t color) +void DiveCartesianAxis::updateTicks(color_index_t color) { if (!scene() || (!changed && !profileWidget->getPrintMode())) return; @@ -398,7 +398,7 @@ QString TimeAxis::textForValue(double value) return QString::number(nr); } -void TimeAxis::updateTicks(color_indice_t color) +void TimeAxis::updateTicks(color_index_t color) { DiveCartesianAxis::updateTicks(color); if (maximum() > 600) { |