diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-01-02 12:47:05 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-01-03 19:56:29 +0100 |
commit | dea41f0345188d776522e5b91ba25d25c418e581 (patch) | |
tree | 9f4f503ab1648b13c9235bfc4cdb853f5178f6ea /framework/mail/maillistmodel.h | |
parent | ce32cda8c129be019c7c87263290c1cf60b10ae3 (diff) | |
download | kube-dea41f0345188d776522e5b91ba25d25c418e581.tar.gz kube-dea41f0345188d776522e5b91ba25d25c418e581.zip |
Access to the DomainObject
Diffstat (limited to 'framework/mail/maillistmodel.h')
-rw-r--r-- | framework/mail/maillistmodel.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/mail/maillistmodel.h b/framework/mail/maillistmodel.h index f925e005..b5fa7c57 100644 --- a/framework/mail/maillistmodel.h +++ b/framework/mail/maillistmodel.h | |||
@@ -24,7 +24,8 @@ public: | |||
24 | Unread, | 24 | Unread, |
25 | Important, | 25 | Important, |
26 | Id, | 26 | Id, |
27 | MimeMessage | 27 | MimeMessage, |
28 | DomainObject | ||
28 | }; | 29 | }; |
29 | 30 | ||
30 | QHash<int, QByteArray> roleNames() const; | 31 | QHash<int, QByteArray> roleNames() const; |