diff options
Diffstat (limited to 'framework/src/domain/messageparser.h')
-rw-r--r-- | framework/src/domain/messageparser.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/src/domain/messageparser.h b/framework/src/domain/messageparser.h index aeeed93c..2c4febaf 100644 --- a/framework/src/domain/messageparser.h +++ b/framework/src/domain/messageparser.h | |||
@@ -48,6 +48,7 @@ class MessageParser : public QObject | |||
48 | Q_OBJECT | 48 | Q_OBJECT |
49 | Q_PROPERTY (QVariant message READ message WRITE setMessage) | 49 | Q_PROPERTY (QVariant message READ message WRITE setMessage) |
50 | Q_PROPERTY (QString html READ html NOTIFY htmlChanged) | 50 | Q_PROPERTY (QString html READ html NOTIFY htmlChanged) |
51 | Q_PROPERTY (bool isSimpleHtml READ isSimpleHtml NOTIFY htmlChanged) | ||
51 | Q_PROPERTY (QAbstractItemModel* partTree READ partTree NOTIFY htmlChanged) | 52 | Q_PROPERTY (QAbstractItemModel* partTree READ partTree NOTIFY htmlChanged) |
52 | Q_PROPERTY (QAbstractItemModel* newTree READ newTree NOTIFY htmlChanged) | 53 | Q_PROPERTY (QAbstractItemModel* newTree READ newTree NOTIFY htmlChanged) |
53 | Q_PROPERTY (QAbstractItemModel* attachments READ attachments NOTIFY htmlChanged) | 54 | Q_PROPERTY (QAbstractItemModel* attachments READ attachments NOTIFY htmlChanged) |
@@ -57,6 +58,7 @@ public: | |||
57 | ~MessageParser(); | 58 | ~MessageParser(); |
58 | 59 | ||
59 | QString html() const; | 60 | QString html() const; |
61 | bool isSimpleHtml() const; | ||
60 | 62 | ||
61 | QVariant message() const; | 63 | QVariant message() const; |
62 | void setMessage(const QVariant &to); | 64 | void setMessage(const QVariant &to); |