diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-05-24 08:01:12 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-05-24 08:01:12 +0200 |
commit | 5df2baeb48298d422000574f8755ea08b0c19a97 (patch) | |
tree | 1b5c6b867e323eb006e27ee05b8f9cdcf259bf30 /framework/src/domain/mime/messageparser.h | |
parent | b252cffc8808153377d7536ece006f5df17577be (diff) | |
download | kube-5df2baeb48298d422000574f8755ea08b0c19a97.tar.gz kube-5df2baeb48298d422000574f8755ea08b0c19a97.zip |
Saving of attachments
Diffstat (limited to 'framework/src/domain/mime/messageparser.h')
-rw-r--r-- | framework/src/domain/mime/messageparser.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/src/domain/mime/messageparser.h b/framework/src/domain/mime/messageparser.h index de4d8838..1f44b296 100644 --- a/framework/src/domain/mime/messageparser.h +++ b/framework/src/domain/mime/messageparser.h | |||
@@ -111,6 +111,8 @@ public: | |||
111 | int rowCount(const QModelIndex &parent = QModelIndex()) const Q_DECL_OVERRIDE; | 111 | int rowCount(const QModelIndex &parent = QModelIndex()) const Q_DECL_OVERRIDE; |
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); | ||
115 | |||
114 | private: | 116 | private: |
115 | std::unique_ptr<AttachmentModelPrivate> d; | 117 | std::unique_ptr<AttachmentModelPrivate> d; |
116 | }; | 118 | }; |