mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Add creation date and Subsurface version to planner output
Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
This commit is contained in:
parent
385816be2e
commit
c9c9b1b399
3 changed files with 19 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue