diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2014-01-23 18:03:28 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-01-23 21:11:15 -0800 |
commit | b5e8ef160aa2320f4d2af51e68023580647da252 (patch) | |
tree | 6746ea3f9284c89c4a922d57a8e49f8ed6bdc700 /qt-ui/profile/profilewidget2.h | |
parent | 1cae362c16ae94a98f4d00e19e1ffb591ecc5761 (diff) | |
download | subsurface-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.h | 1 |
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 |