summaryrefslogtreecommitdiffstats
path: root/framework/domain/outboxmodel.h
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-03-09 16:34:05 +0100
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-03-09 16:34:05 +0100
commit06ab1852a99785ed095ddfcf83425b804316a980 (patch)
treed7aeec24914c258a50c046803fbdee40595c8d68 /framework/domain/outboxmodel.h
parentab098168760405dd4804331a6b8d36c62973c6c9 (diff)
downloadkube-06ab1852a99785ed095ddfcf83425b804316a980.tar.gz
kube-06ab1852a99785ed095ddfcf83425b804316a980.zip
remove unessesary roles from outbox model. introduce status role
Diffstat (limited to 'framework/domain/outboxmodel.h')
-rw-r--r--framework/domain/outboxmodel.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/framework/domain/outboxmodel.h b/framework/domain/outboxmodel.h
index d2fa17ac..16b5dc49 100644
--- a/framework/domain/outboxmodel.h
+++ b/framework/domain/outboxmodel.h
@@ -40,12 +40,8 @@ public:
40 40
41 enum Roles { 41 enum Roles {
42 Subject = Qt::UserRole + 1, 42 Subject = Qt::UserRole + 1,
43 Sender,
44 SenderName,
45 Date, 43 Date,
46 Unread, 44 Status,
47 Important,
48 Draft,
49 Id, 45 Id,
50 MimeMessage, 46 MimeMessage,
51 DomainObject 47 DomainObject