diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-05-24 12:59:23 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-05-24 12:59:23 +0200 |
commit | acf2a53fea8fdbe366627e45fffe87434e3c2e7e (patch) | |
tree | f241beb77b302df6967b34d7297f55f23eaf6dea /framework/src/domain/mime/messageparser.h | |
parent | 9ed658053d5d41f4bf8c83072e6fa62990bd7ad8 (diff) | |
download | kube-acf2a53fea8fdbe366627e45fffe87434e3c2e7e.tar.gz kube-acf2a53fea8fdbe366627e45fffe87434e3c2e7e.zip |
Attachment open and download buttons
We'll need proper icons though.
Diffstat (limited to 'framework/src/domain/mime/messageparser.h')
-rw-r--r-- | framework/src/domain/mime/messageparser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/src/domain/mime/messageparser.h b/framework/src/domain/mime/messageparser.h index 1f44b296..de72a025 100644 --- a/framework/src/domain/mime/messageparser.h +++ b/framework/src/domain/mime/messageparser.h | |||
@@ -112,6 +112,7 @@ public: | |||
112 | int columnCount(const QModelIndex &parent = QModelIndex()) const Q_DECL_OVERRIDE; | 112 | int columnCount(const QModelIndex &parent = QModelIndex()) const Q_DECL_OVERRIDE; |
113 | 113 | ||
114 | Q_INVOKABLE bool saveAttachmentToDisk(const QModelIndex &parent); | 114 | Q_INVOKABLE bool saveAttachmentToDisk(const QModelIndex &parent); |
115 | Q_INVOKABLE bool openAttachment(const QModelIndex &index); | ||
115 | 116 | ||
116 | private: | 117 | private: |
117 | std::unique_ptr<AttachmentModelPrivate> d; | 118 | std::unique_ptr<AttachmentModelPrivate> d; |