mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
qthelper: also support "maxcns" and "otu" in Grantlee HTML
Fixes #962 Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
c78a560442
commit
7e749e8ea4
3 changed files with 30 additions and 0 deletions
|
@ -93,6 +93,8 @@ else _RETURN_DIVE_PROPERTY_IDX(weight, 2);
|
|||
else _RETURN_DIVE_PROPERTY_IDX(weight, 3);
|
||||
else _RETURN_DIVE_PROPERTY_IDX(weight, 4);
|
||||
else _RETURN_DIVE_PROPERTY_IDX(weight, 5);
|
||||
else _RETURN_DIVE_PROPERTY(maxcns);
|
||||
else _RETURN_DIVE_PROPERTY(otu);
|
||||
GRANTLEE_END_LOOKUP
|
||||
|
||||
#undef _RETURN_DIVE_PROPERTY
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue