summaryrefslogtreecommitdiffstats
path: root/framework/src/domain/mime/partmodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/domain/mime/partmodel.h')
-rw-r--r--framework/src/domain/mime/partmodel.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/framework/src/domain/mime/partmodel.h b/framework/src/domain/mime/partmodel.h
index efbd154b..a0e14b61 100644
--- a/framework/src/domain/mime/partmodel.h
+++ b/framework/src/domain/mime/partmodel.h
@@ -47,7 +47,9 @@ public:
47 IsErrorRole, 47 IsErrorRole,
48 SecurityLevelRole, 48 SecurityLevelRole,
49 EncryptionErrorType, 49 EncryptionErrorType,
50 EncryptionErrorString 50 EncryptionErrorString,
51 SenderRole,
52 DateRole
51 }; 53 };
52 54
53 QHash<int, QByteArray> roleNames() const Q_DECL_OVERRIDE; 55 QHash<int, QByteArray> roleNames() const Q_DECL_OVERRIDE;