summaryrefslogtreecommitdiffstats
path: root/framework/mail/maillistmodel.h
diff options
context:
space:
mode:
authorSandro Knauß <sknauss@kde.org>2016-01-12 16:55:57 +0100
committerSandro Knauß <sknauss@kde.org>2016-01-12 16:55:57 +0100
commit06201e4d405cef119207b528f76f8f993c09e527 (patch)
treea8d5f9db850d8c977060b1f76e761c50eda7c047 /framework/mail/maillistmodel.h
parente9b4b2d564c46e1b75c46376e7d4f7fdac757e5e (diff)
downloadkube-06201e4d405cef119207b528f76f8f993c09e527.tar.gz
kube-06201e4d405cef119207b528f76f8f993c09e527.zip
render mail to html
Diffstat (limited to 'framework/mail/maillistmodel.h')
-rw-r--r--framework/mail/maillistmodel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/mail/maillistmodel.h b/framework/mail/maillistmodel.h
index 7718477c..7eb55ffd 100644
--- a/framework/mail/maillistmodel.h
+++ b/framework/mail/maillistmodel.h
@@ -27,7 +27,8 @@ public:
27 Important, 27 Important,
28 Id, 28 Id,
29 MimeMessage, 29 MimeMessage,
30 DomainObject 30 DomainObject,
31 RenderedMessage
31 }; 32 };
32 33
33 QHash<int, QByteArray> roleNames() const; 34 QHash<int, QByteArray> roleNames() const;