From ed9a060d76db4b56f89b2f0d3f7fd87c9d98f239 Mon Sep 17 00:00:00 2001 From: Anton Lundin Date: Sun, 25 Jan 2015 18:06:27 +0100 Subject: More descriptive variable in calls to get_dive_gas In a previous patch, 37830bdb ("Always show deco gas as dive gas") the semantic of the last variable was changed. This updates other calls to this function. This is nothing but documenting changes. Signed-off-by: Anton Lundin Signed-off-by: Dirk Hohndel --- qt-ui/models.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qt-ui') diff --git a/qt-ui/models.cpp b/qt-ui/models.cpp index 8a5b8235b..b289813a3 100644 --- a/qt-ui/models.cpp +++ b/qt-ui/models.cpp @@ -1105,8 +1105,8 @@ QVariant TripItem::data(int column, int role) const static int nitrox_sort_value(struct dive *dive) { - int o2, he, o2low; - get_dive_gas(dive, &o2, &he, &o2low); + int o2, he, o2max; + get_dive_gas(dive, &o2, &he, &o2max); return he * 1000 + o2; } -- cgit v1.2.3-70-g09d2