summaryrefslogtreecommitdiffstats
path: root/qthelper.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2014-06-01 20:59:41 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-06-01 21:00:09 -0700
commitd740ad1317084ebc3ea9abfa66a1d18fed41d675 (patch)
tree6d9d16ef4a15d562d952c52482415800388387f5 /qthelper.h
parent28093ae957548d5fc1e4d373ca0a345cc1be5069 (diff)
downloadsubsurface-d740ad1317084ebc3ea9abfa66a1d18fed41d675.tar.gz
Convert plot_gas_value to gasmix
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qthelper.h')
-rw-r--r--qthelper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qthelper.h b/qthelper.h
index 116bb0d3b..fe0a47be3 100644
--- a/qthelper.h
+++ b/qthelper.h
@@ -15,4 +15,5 @@ QString weight_string(int weight_in_grams);
bool gpsHasChanged(struct dive *dive, struct dive *master, const QString &gps_text, bool *parsed);
QString printGPSCoords(int lat, int lon);
QList<int> getDivesInTrip(dive_trip_t *trip);
+QString gasToStr(struct gasmix gas);
#endif // QTHELPER_H