aboutsummaryrefslogtreecommitdiffstats
path: root/subsurface-core/helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'subsurface-core/helpers.h')
-rw-r--r--subsurface-core/helpers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/subsurface-core/helpers.h b/subsurface-core/helpers.h
index b88230c67..7537818f2 100644
--- a/subsurface-core/helpers.h
+++ b/subsurface-core/helpers.h
@@ -35,6 +35,7 @@ int gettimezoneoffset(timestamp_t when = 0);
int parseLengthToMm(const QString &text);
int parseTemperatureToMkelvin(const QString &text);
int parseWeightToGrams(const QString &text);
+int parsePressureToMbar(const QString &text);
QString get_dive_duration_string(timestamp_t when, QString hourText, QString minutesText);
QString get_dive_date_string(timestamp_t when);
QString get_short_dive_date_string(timestamp_t when);