From a99349814c20b68c7356f414da0a5d6edadd304a Mon Sep 17 00:00:00 2001 From: Henrik Brautaset Aronsen Date: Thu, 10 Jul 2014 22:57:32 +0200 Subject: Use gasmix getters in diveplanner.cpp as well Signed-off-by: Henrik Brautaset Aronsen Signed-off-by: Dirk Hohndel --- qt-ui/diveplanner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt-ui/diveplanner.cpp') diff --git a/qt-ui/diveplanner.cpp b/qt-ui/diveplanner.cpp index dded7cb44..0ea157867 100644 --- a/qt-ui/diveplanner.cpp +++ b/qt-ui/diveplanner.cpp @@ -35,7 +35,7 @@ QString gasToStr(struct gasmix gas) { - uint o2 = (gas.o2.permille + 5) / 10, he = (gas.he.permille + 5) / 10; + uint o2 = (get_o2(&gas) + 5) / 10, he = (get_he(&gas) + 5) / 10; QString result = gasmix_is_air(&gas) ? QObject::tr("AIR") : he == 0 ? QString("EAN%1").arg(o2, 2, 10, QChar('0')) : QString("%1/%2").arg(o2).arg(he); return result; } -- cgit v1.2.3-70-g09d2