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
|
@ -480,6 +480,14 @@ QVariant TemplateLayout::getValue(QString list, QString property, QVariant optio
|
|||
return object.rating;
|
||||
} else if (property == "visibility") {
|
||||
return object.visibility;
|
||||
} else if (property == "wavesize") {
|
||||
return object.wavesize;
|
||||
} else if (property == "current") {
|
||||
return object.current;
|
||||
} else if (property == "surge") {
|
||||
return object.surge;
|
||||
} else if (property == "chill") {
|
||||
return object.chill;
|
||||
} else if (property == "date") {
|
||||
return object.date();
|
||||
} else if (property == "time") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue