summaryrefslogtreecommitdiffstats
path: root/framework/domain/mimetreeparser/interface.h
diff options
context:
space:
mode:
authorSandro Knauß <sknauss@kde.org>2016-10-17 15:35:49 +0200
committerSandro Knauß <sknauss@kde.org>2016-10-17 15:35:49 +0200
commit1fe0ab05ae2bfe6505736f598bd535a71fb86a6f (patch)
tree76dff09eb994375624f3c3d2754f808642a019e2 /framework/domain/mimetreeparser/interface.h
parentb7a02699eefd84c68ff602bfea91640faec5c4ef (diff)
downloadkube-1fe0ab05ae2bfe6505736f598bd535a71fb86a6f.tar.gz
kube-1fe0ab05ae2bfe6505736f598bd535a71fb86a6f.zip
replace cid links with actuall content of the images
Diffstat (limited to 'framework/domain/mimetreeparser/interface.h')
-rw-r--r--framework/domain/mimetreeparser/interface.h2
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;