diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-06-01 20:59:41 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-06-01 21:00:09 -0700 |
commit | d740ad1317084ebc3ea9abfa66a1d18fed41d675 (patch) | |
tree | 6d9d16ef4a15d562d952c52482415800388387f5 /qt-ui/profile/diveprofileitem.h | |
parent | 28093ae957548d5fc1e4d373ca0a345cc1be5069 (diff) | |
download | subsurface-d740ad1317084ebc3ea9abfa66a1d18fed41d675.tar.gz |
Convert plot_gas_value to gasmix
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/profile/diveprofileitem.h')
-rw-r--r-- | qt-ui/profile/diveprofileitem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/profile/diveprofileitem.h b/qt-ui/profile/diveprofileitem.h index 916404c2e..92d48fe70 100644 --- a/qt-ui/profile/diveprofileitem.h +++ b/qt-ui/profile/diveprofileitem.h @@ -120,7 +120,7 @@ public: private: void plot_pressure_value(int mbar, int sec, QFlags<Qt::AlignmentFlag> align); - void plot_gas_value(int mbar, int sec, QFlags<Qt::AlignmentFlag> align, int o2, int he); + void plot_gas_value(int mbar, int sec, QFlags<Qt::AlignmentFlag> align, struct gasmix gasmix); QVector<QPolygonF> polygons; }; |