diff options
Diffstat (limited to 'framework/domain/mimetreeparser/interface.h')
-rw-r--r-- | framework/domain/mimetreeparser/interface.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/domain/mimetreeparser/interface.h b/framework/domain/mimetreeparser/interface.h index cc6c68d2..f88271af 100644 --- a/framework/domain/mimetreeparser/interface.h +++ b/framework/domain/mimetreeparser/interface.h | |||
@@ -100,6 +100,8 @@ public: | |||
100 | // overwrite default charset with given charset | 100 | // overwrite default charset with given charset |
101 | QString encodedContent(QByteArray charset) const; | 101 | QString encodedContent(QByteArray charset) const; |
102 | 102 | ||
103 | QByteArray decodedContent() const; | ||
104 | |||
103 | bool isFirstTextPart() const; | 105 | bool isFirstTextPart() const; |
104 | bool isFirstPart() const; | 106 | bool isFirstPart() const; |
105 | bool isTopLevelPart() const; | 107 | bool isTopLevelPart() const; |