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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/mail/folderlistmodel.h b/framework/mail/folderlistmodel.h
index 9a782327..829bebff 100644
--- a/framework/mail/folderlistmodel.h
+++ b/framework/mail/folderlistmodel.h
@@ -17,7 +17,8 @@ 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 }; 22 };
22 23
23 QHash<int, QByteArray> roleNames() const; 24 QHash<int, QByteArray> roleNames() const;