mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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 <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
619c1b3ec9
commit
d453d5cb37
3 changed files with 8 additions and 8 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue