summaryrefslogtreecommitdiffstats
path: root/framework/mail/folderlistmodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'framework/mail/folderlistmodel.h')
-rw-r--r--framework/mail/folderlistmodel.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/framework/mail/folderlistmodel.h b/framework/mail/folderlistmodel.h
index 829bebff..9ce3ee79 100644
--- a/framework/mail/folderlistmodel.h
+++ b/framework/mail/folderlistmodel.h
@@ -17,8 +17,9 @@ public:
17 17
18 enum Roles { 18 enum Roles {
19 Name = Qt::UserRole + 1, 19 Name = Qt::UserRole + 1,
20 Icon, 20 Icon,
21 Id 21 Id,
22 DomainObject
22 }; 23 };
23 24
24 QHash<int, QByteArray> roleNames() const; 25 QHash<int, QByteArray> roleNames() const;