From 432110ac8faa3775feab35d53a9cdbeecfa7fe27 Mon Sep 17 00:00:00 2001 From: "Robert C. Helling" Date: Wed, 18 Oct 2017 06:33:37 +0200 Subject: Find current gasmix for heatmap To compute the heatmap value, we need the current gasmix but the current cylinderindex is no longer available. Fixes #562 Suggested-by: Linus Torvalds Signed-off-by: Robert C. Helling --- qt-models/diveplotdatamodel.cpp | 4 ---- qt-models/diveplotdatamodel.h | 1 - 2 files changed, 5 deletions(-) (limited to 'qt-models') diff --git a/qt-models/diveplotdatamodel.cpp b/qt-models/diveplotdatamodel.cpp index 3e0ae57f1..8cabd833e 100644 --- a/qt-models/diveplotdatamodel.cpp +++ b/qt-models/diveplotdatamodel.cpp @@ -39,8 +39,6 @@ QVariant DivePlotDataModel::data(const QModelIndex &index, int role) const return item.velocity; case USERENTERED: return false; - case CYLINDERINDEX: - return 0; case SENSOR_PRESSURE: return item.pressure[0][0]; case INTERPOLATED_PRESSURE: @@ -123,8 +121,6 @@ QVariant DivePlotDataModel::headerData(int section, Qt::Orientation orientation, return tr("Color"); case USERENTERED: return tr("User entered"); - case CYLINDERINDEX: - return tr("Cylinder index"); case SENSOR_PRESSURE: return tr("Pressure S"); case INTERPOLATED_PRESSURE: diff --git a/qt-models/diveplotdatamodel.h b/qt-models/diveplotdatamodel.h index 829ee0ebd..b28dce685 100644 --- a/qt-models/diveplotdatamodel.h +++ b/qt-models/diveplotdatamodel.h @@ -20,7 +20,6 @@ public: TEMPERATURE, USERENTERED, COLOR, - CYLINDERINDEX, SENSOR_PRESSURE, INTERPOLATED_PRESSURE, SAC, -- cgit v1.2.3-70-g09d2