From 06ab1852a99785ed095ddfcf83425b804316a980 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Thu, 9 Mar 2017 16:34:05 +0100 Subject: remove unessesary roles from outbox model. introduce status role --- framework/domain/outboxmodel.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'framework/domain/outboxmodel.h') 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: enum Roles { Subject = Qt::UserRole + 1, - Sender, - SenderName, Date, - Unread, - Important, - Draft, + Status, Id, MimeMessage, DomainObject -- cgit v1.2.3