diff options
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; |