diff options
author | Sandro Knauß <sknauss@kde.org> | 2016-11-22 15:36:23 +0100 |
---|---|---|
committer | Sandro Knauß <sknauss@kde.org> | 2016-11-23 16:38:21 +0100 |
commit | 2629a080ee31fbb4ec91b7fd12db2c6f647a3281 (patch) | |
tree | 9a43d9463b876fc06888a8d1f968a3405b62c275 /framework/domain/messageparser.h | |
parent | 3b5795ec482299655c497390496b28cebc8bd498 (diff) | |
download | kube-2629a080ee31fbb4ec91b7fd12db2c6f647a3281.tar.gz kube-2629a080ee31fbb4ec91b7fd12db2c6f647a3281.zip |
Use ErrorType and ErrorString from Encryption
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; |