mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
7acb229b4a
commit
f059adb639
2 changed files with 4 additions and 7 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue