From 85ac3106e6ed1e9620a6fd05e207ae2c9d8e762e Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Wed, 10 Jan 2018 17:33:20 +0100 Subject: Typo: indice -> index Signed-off-by: Berthold Stoeger --- qt-models/diveplotdatamodel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt-models') diff --git a/qt-models/diveplotdatamodel.cpp b/qt-models/diveplotdatamodel.cpp index 922cf349c..a2b411bdf 100644 --- a/qt-models/diveplotdatamodel.cpp +++ b/qt-models/diveplotdatamodel.cpp @@ -85,7 +85,7 @@ QVariant DivePlotDataModel::data(const QModelIndex &index, int role) const if (role == Qt::BackgroundRole) { switch (index.column()) { case COLOR: - return getColor((color_indice_t)(VELOCITY_COLORS_START_IDX + item.velocity)); + return getColor((color_index_t)(VELOCITY_COLORS_START_IDX + item.velocity)); } } return QVariant(); -- cgit v1.2.3-70-g09d2