summaryrefslogtreecommitdiffstats
path: root/framework/domain/mimetreeparser/interface.h
diff options
context:
space:
mode:
authorSandro Knauß <sknauss@kde.org>2016-10-11 16:18:50 +0200
committerSandro Knauß <sknauss@kde.org>2016-10-11 16:18:50 +0200
commit1974c19eadd497e355ac985a00d0571f3e6c7712 (patch)
tree051b61cfe222150dc114e5da04fdd072ceffb3b7 /framework/domain/mimetreeparser/interface.h
parent6b6f20ffbe06402abcc7d4721ad1f647c3fc4c46 (diff)
downloadkube-1974c19eadd497e355ac985a00d0571f3e6c7712.tar.gz
kube-1974c19eadd497e355ac985a00d0571f3e6c7712.zip
create model for new mailviewer
Diffstat (limited to 'framework/domain/mimetreeparser/interface.h')
-rw-r--r--framework/domain/mimetreeparser/interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/domain/mimetreeparser/interface.h b/framework/domain/mimetreeparser/interface.h
index 7eadc311..67246f37 100644
--- a/framework/domain/mimetreeparser/interface.h
+++ b/framework/domain/mimetreeparser/interface.h
@@ -125,7 +125,7 @@ public:
125 QString encodedContent() const; 125 QString encodedContent() const;
126 126
127 // overwrite default charset with given charset 127 // overwrite default charset with given charset
128 QString encodedContent(QByteArray charset) const; 128 QString encodedContent(const QByteArray &charset) const;
129 129
130 QVector<SignaturePtr> signatures() const; 130 QVector<SignaturePtr> signatures() const;
131 QVector<EncryptionPtr> encryptions() const; 131 QVector<EncryptionPtr> encryptions() const;