From d453d5cb37dcec5341c9ef8e6063665dc5b629b8 Mon Sep 17 00:00:00 2001 From: Anton Lundin Date: Sun, 20 Jul 2014 15:07:57 +0200 Subject: Rename dive gas function and defines for clarity This renames the dive gas functions to not talk about just nitrox, and to instead talk about gas. Signed-off-by: Anton Lundin Signed-off-by: Dirk Hohndel --- qt-ui/models.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt-ui/models.cpp') diff --git a/qt-ui/models.cpp b/qt-ui/models.cpp index 019e4d99f..82fdbdc43 100644 --- a/qt-ui/models.cpp +++ b/qt-ui/models.cpp @@ -1147,7 +1147,7 @@ QVariant DiveItem::data(int column, int role) const retVal = QString(dive->cylinder[0].type.description); break; case GAS: - retVal = QString(get_nitrox_string(dive)); + retVal = QString(get_dive_gas_string(dive)); break; case SAC: retVal = displaySac(); -- cgit v1.2.3-70-g09d2