summaryrefslogtreecommitdiffstats
path: root/framework/src/domain/mime/messageparser.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-05-24 12:59:23 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-05-24 12:59:23 +0200
commitacf2a53fea8fdbe366627e45fffe87434e3c2e7e (patch)
treef241beb77b302df6967b34d7297f55f23eaf6dea /framework/src/domain/mime/messageparser.h
parent9ed658053d5d41f4bf8c83072e6fa62990bd7ad8 (diff)
downloadkube-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.h1
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
116private: 117private:
117 std::unique_ptr<AttachmentModelPrivate> d; 118 std::unique_ptr<AttachmentModelPrivate> d;