aboutsummaryrefslogtreecommitdiffstats
path: root/subsurface-core/helpers.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-02-05 22:51:46 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-02-05 22:51:46 -0800
commit587456190f57815f2de44b9f003a3d88d622788a (patch)
treea2390cc3d7e5c110e815e860f33a41bc079537be /subsurface-core/helpers.h
parent8facdc62fd5a5a81c01a31c8df5d8a4bb3fbcdca (diff)
downloadsubsurface-587456190f57815f2de44b9f003a3d88d622788a.tar.gz
Add helper function to parse weight strings
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
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 5856c624f..b88230c67 100644
--- a/subsurface-core/helpers.h
+++ b/subsurface-core/helpers.h
@@ -34,6 +34,7 @@ extern const QString get_dc_nickname(const char *model, uint32_t deviceid);
int gettimezoneoffset(timestamp_t when = 0);
int parseLengthToMm(const QString &text);
int parseTemperatureToMkelvin(const QString &text);
+int parseWeightToGrams(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);