summaryrefslogtreecommitdiffstats
path: root/qt-ui/profile/profilewidget2.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tcanabrava@kde.org>2014-01-23 18:03:28 -0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-01-23 21:11:15 -0800
commitb5e8ef160aa2320f4d2af51e68023580647da252 (patch)
tree6746ea3f9284c89c4a922d57a8e49f8ed6bdc700 /qt-ui/profile/profilewidget2.h
parent1cae362c16ae94a98f4d00e19e1ffb591ecc5761 (diff)
downloadsubsurface-b5e8ef160aa2320f4d2af51e68023580647da252.tar.gz
Added the Po2 Partial Pressure Graph.
Important to note that no Partial Pressure Graph handles settings yet. Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/profile/profilewidget2.h')
-rw-r--r--qt-ui/profile/profilewidget2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/profile/profilewidget2.h b/qt-ui/profile/profilewidget2.h
index eaed477f7..41819017f 100644
--- a/qt-ui/profile/profilewidget2.h
+++ b/qt-ui/profile/profilewidget2.h
@@ -94,6 +94,7 @@ private:
DiveReportedCeiling *reportedCeiling;
PartialPressureGasItem *pn2GasItem;
PartialPressureGasItem *pheGasItem;
+ PartialPressureGasItem *po2GasItem;
};
#endif