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 572aa80d..69b986a2 100644
--- a/framework/mail/maillistmodel.h
+++ b/framework/mail/maillistmodel.h
@@ -22,7 +22,8 @@ public:
22 SenderName, 22 SenderName,
23 Date, 23 Date,
24 Unread, 24 Unread,
25 Important 25 Important,
26 Id
26 }; 27 };
27 28
28 QHash<int, QByteArray> roleNames() const; 29 QHash<int, QByteArray> roleNames() const;