diff options
Diffstat (limited to 'framework/src/domain/composercontroller.h')
-rw-r--r-- | framework/src/domain/composercontroller.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/src/domain/composercontroller.h b/framework/src/domain/composercontroller.h index b2486cee..784591eb 100644 --- a/framework/src/domain/composercontroller.h +++ b/framework/src/domain/composercontroller.h | |||
@@ -51,6 +51,7 @@ class ComposerController : public Kube::Controller | |||
51 | //Interface properties | 51 | //Interface properties |
52 | KUBE_CONTROLLER_PROPERTY(QString, Subject, subject) | 52 | KUBE_CONTROLLER_PROPERTY(QString, Subject, subject) |
53 | KUBE_CONTROLLER_PROPERTY(QString, Body, body) | 53 | KUBE_CONTROLLER_PROPERTY(QString, Body, body) |
54 | KUBE_CONTROLLER_PROPERTY(bool, HtmlBody, htmlBody) | ||
54 | 55 | ||
55 | //Set by identitySelector | 56 | //Set by identitySelector |
56 | KUBE_CONTROLLER_PROPERTY(KMime::Types::Mailbox, Identity, identity) | 57 | KUBE_CONTROLLER_PROPERTY(KMime::Types::Mailbox, Identity, identity) |