From ad660da6d10f847aec1b30b333a82720efd7e6a9 Mon Sep 17 00:00:00 2001 From: Rick Walsh Date: Sat, 24 Oct 2015 20:03:46 +1100 Subject: Profile: Display VPM-B rather than GF when in VPM-B mode If we are planning a dive using VPM-B with +x conservatism, we want to print "VPM-B +x" at the top of the profile, instead of "GF xx/yy". Accordingly, the variable gradientFactor in profilewidget2.cpp is renamed decoModelParameters to reflect what it represents. Signed-off-by: Rick Walsh Signed-off-by: Robert C. Helling --- qt-ui/profile/profilewidget2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt-ui/profile/profilewidget2.h') diff --git a/qt-ui/profile/profilewidget2.h b/qt-ui/profile/profilewidget2.h index 2d1a7bfb4..23e939869 100644 --- a/qt-ui/profile/profilewidget2.h +++ b/qt-ui/profile/profilewidget2.h @@ -171,7 +171,7 @@ private: QList eventItems; DiveTextItem *diveComputerText; DiveCalculatedCeiling *diveCeiling; - DiveTextItem *gradientFactor; + DiveTextItem *decoModelParameters; QList allTissues; DiveReportedCeiling *reportedCeiling; PartialPressureGasItem *pn2GasItem; -- cgit v1.2.3-70-g09d2