mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Add surge etc to printing template variables
Signed-off-by: Robert C. Helling <helling@atdotde.de>
This commit is contained in:
parent
11eec0a503
commit
e7a18456c9
3 changed files with 20 additions and 0 deletions
|
@ -270,6 +270,10 @@ DiveObjectHelper::DiveObjectHelper(const struct dive *d) :
|
|||
id(d->id),
|
||||
rating(d->rating),
|
||||
visibility(d->visibility),
|
||||
wavesize(d->wavesize),
|
||||
current(d->current),
|
||||
surge(d->surge),
|
||||
chill(d->chill),
|
||||
timestamp(d->when),
|
||||
location(get_dive_location(d) ? QString::fromUtf8(get_dive_location(d)) : QString()),
|
||||
gps(d->dive_site ? printGPSCoords(&d->dive_site->location) : QString()),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue