diff options
author | Lubomir I. Ivanov <neolit123@gmail.com> | 2015-11-17 00:29:21 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-11-16 15:06:32 -0800 |
commit | 7e749e8ea4a4c73e01bca1b23dd96aaccbc4fa07 (patch) | |
tree | 147e02a595f95979317d4710c09a58efdb1dd390 /desktop-widgets/templatelayout.h | |
parent | c78a5604426e0055250b5201f276ec58e89fb178 (diff) | |
download | subsurface-7e749e8ea4a4c73e01bca1b23dd96aaccbc4fa07.tar.gz |
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>
Diffstat (limited to 'desktop-widgets/templatelayout.h')
-rw-r--r-- | desktop-widgets/templatelayout.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop-widgets/templatelayout.h b/desktop-widgets/templatelayout.h index d8328534a..1ef9b5834 100644 --- a/desktop-widgets/templatelayout.h +++ b/desktop-widgets/templatelayout.h @@ -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 |