summaryrefslogtreecommitdiffstats
path: root/framework/mail/maillistmodel.h
diff options
context:
space:
mode:
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;