diff options
Diffstat (limited to 'framework/domain/messageparser.h')
-rw-r--r-- | framework/domain/messageparser.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/framework/domain/messageparser.h b/framework/domain/messageparser.h index 036cff7d..aeeed93c 100644 --- a/framework/domain/messageparser.h +++ b/framework/domain/messageparser.h | |||
@@ -113,7 +113,9 @@ public: | |||
113 | ContentsRole, | 113 | ContentsRole, |
114 | ContentRole, | 114 | ContentRole, |
115 | IsEmbededRole, | 115 | IsEmbededRole, |
116 | SecurityLevelRole | 116 | SecurityLevelRole, |
117 | EncryptionErrorType, | ||
118 | EncryptionErrorString | ||
117 | }; | 119 | }; |
118 | 120 | ||
119 | QHash<int, QByteArray> roleNames() const Q_DECL_OVERRIDE; | 121 | QHash<int, QByteArray> roleNames() const Q_DECL_OVERRIDE; |