summaryrefslogtreecommitdiffstats
path: root/core/qthelper.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2020-07-11 12:00:05 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-07-11 12:00:10 -0700
commitf059adb6397fc92dd201c66e418778e801d8172a (patch)
tree623734f8517abbf2566c71b1b3cbe9fff53e006a /core/qthelper.h
parent7acb229b4a8876ab0b679521afa44fa74d4433dc (diff)
downloadsubsurface-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.h2
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);