diff options
-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 a2868e7ff..faedac778 100644 --- a/desktop-widgets/templatelayout.h +++ b/desktop-widgets/templatelayout.h @@ -82,6 +82,8 @@ else if (property == "tags") return object.tags(); else if (property == "gas") return object.gas(); +else if (property == "suit") + return object.suit(); GRANTLEE_END_LOOKUP GRANTLEE_BEGIN_LOOKUP(template_options) |