diff options
Diffstat (limited to 'framework/src/domain/mime/attachmentmodel.cpp')
-rw-r--r-- | framework/src/domain/mime/attachmentmodel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/src/domain/mime/attachmentmodel.cpp b/framework/src/domain/mime/attachmentmodel.cpp index 45013f85..95a65d81 100644 --- a/framework/src/domain/mime/attachmentmodel.cpp +++ b/framework/src/domain/mime/attachmentmodel.cpp | |||
@@ -219,7 +219,7 @@ bool AttachmentModel::importPublicKey(const QModelIndex &index) | |||
219 | const auto part = static_cast<MimeTreeParser::MessagePart *>(index.internalPointer()); | 219 | const auto part = static_cast<MimeTreeParser::MessagePart *>(index.internalPointer()); |
220 | Q_ASSERT(part); | 220 | Q_ASSERT(part); |
221 | auto pkey = part->node()->decodedContent(); | 221 | auto pkey = part->node()->decodedContent(); |
222 | auto result = MailCrypto::importKey(pkey); | 222 | auto result = Crypto::importKey(pkey); |
223 | 223 | ||
224 | bool success = true; | 224 | bool success = true; |
225 | QString message; | 225 | QString message; |