summaryrefslogtreecommitdiffstats
path: root/framework/src/domain/mime/attachmentmodel.h
diff options
context:
space:
mode:
authorMinijackson <minijackson@riseup.net>2018-03-01 11:13:22 +0100
committerMinijackson <minijackson@riseup.net>2018-03-08 16:29:09 +0100
commitf6e8b7ff01c7de0a7b7613bf46b51adf3a8a59a1 (patch)
tree15263afda758e6384c97b779b3452be66a817cca /framework/src/domain/mime/attachmentmodel.h
parentef3433a40e23c56a3a9c6158fde06729e7b0cd12 (diff)
downloadkube-f6e8b7ff01c7de0a7b7613bf46b51adf3a8a59a1.tar.gz
kube-f6e8b7ff01c7de0a7b7613bf46b51adf3a8a59a1.zip
Add key import
Diffstat (limited to 'framework/src/domain/mime/attachmentmodel.h')
-rw-r--r--framework/src/domain/mime/attachmentmodel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/src/domain/mime/attachmentmodel.h b/framework/src/domain/mime/attachmentmodel.h
index 93ba8d02..d599b1f0 100644
--- a/framework/src/domain/mime/attachmentmodel.h
+++ b/framework/src/domain/mime/attachmentmodel.h
@@ -56,6 +56,8 @@ public:
56 Q_INVOKABLE bool saveAttachmentToDisk(const QModelIndex &parent); 56 Q_INVOKABLE bool saveAttachmentToDisk(const QModelIndex &parent);
57 Q_INVOKABLE bool openAttachment(const QModelIndex &index); 57 Q_INVOKABLE bool openAttachment(const QModelIndex &index);
58 58
59 Q_INVOKABLE bool importPublicKey(const QModelIndex &index);
60
59private: 61private:
60 std::unique_ptr<AttachmentModelPrivate> d; 62 std::unique_ptr<AttachmentModelPrivate> d;
61}; 63};