diff options
author | Stefan Fuchs <sfuchs@gmx.de> | 2017-03-31 08:14:36 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-04-06 18:29:11 -0700 |
commit | c9c9b1b39951500829febd49adf9ead0d9426b59 (patch) | |
tree | aaca1a3969bd94f427ab97c262d76b58c831ae66 /core/qthelper.h | |
parent | 385816be2ee120850415ae79a2187bf0cdbce593 (diff) | |
download | subsurface-c9c9b1b39951500829febd49adf9ead0d9426b59.tar.gz |
Add creation date and Subsurface version to planner output
Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
Diffstat (limited to 'core/qthelper.h')
-rw-r--r-- | core/qthelper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/qthelper.h b/core/qthelper.h index 24215d43f..bc1268456 100644 --- a/core/qthelper.h +++ b/core/qthelper.h @@ -16,6 +16,7 @@ QString weight_string(int weight_in_grams); QString distance_string(int distanceInMeters); bool gpsHasChanged(struct dive *dive, struct dive *master, const QString &gps_text, bool *parsed_out = 0); extern "C" const char *printGPSCoords(int lat, int lon); +extern "C" const char *get_current_date(); QList<int> getDivesInTrip(dive_trip_t *trip); QString get_gas_string(struct gasmix gas); QString get_divepoint_gas_string(struct dive *d, const divedatapoint& dp); |