summaryrefslogtreecommitdiffstats
path: root/framework/src/domain/mime/messageparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/domain/mime/messageparser.h')
-rw-r--r--framework/src/domain/mime/messageparser.h2
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
114private: 116private:
115 std::unique_ptr<AttachmentModelPrivate> d; 117 std::unique_ptr<AttachmentModelPrivate> d;
116}; 118};