diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-07-11 12:00:05 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-07-11 12:00:10 -0700 |
commit | f059adb6397fc92dd201c66e418778e801d8172a (patch) | |
tree | 623734f8517abbf2566c71b1b3cbe9fff53e006a /core/qthelper.h | |
parent | 7acb229b4a8876ab0b679521afa44fa74d4433dc (diff) | |
download | subsurface-f059adb6397fc92dd201c66e418778e801d8172a.tar.gz |
helper functions: remove timestamp argument from gettiemzoneoffset()
The last user of that argument has been removed.
(a random whitespace fix snuck in with this)
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core/qthelper.h')
-rw-r--r-- | core/qthelper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/qthelper.h b/core/qthelper.h index 1367a5007..a18d6d04d 100644 --- a/core/qthelper.h +++ b/core/qthelper.h @@ -61,7 +61,7 @@ QString get_water_type_string(int salinity); QString getSubsurfaceDataPath(QString folderToFind); QString getPrintingTemplatePathUser(); QString getPrintingTemplatePathBundle(); -int gettimezoneoffset(timestamp_t when = 0); +int gettimezoneoffset(); QDateTime timestampToDateTime(timestamp_t when); timestamp_t dateTimeToTimestamp(const QDateTime &t); int parseDurationToSeconds(const QString &text); |