aboutsummaryrefslogtreecommitdiff
path: root/message.h
diff options
context:
space:
mode:
Diffstat (limited to 'message.h')
-rw-r--r--message.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/message.h b/message.h
index 217bba4..5389124 100644
--- a/message.h
+++ b/message.h
@@ -2,6 +2,7 @@
#include <QDateTime>
#include <QObject>
+#include <QFile>
#include <deltachat.h>
@@ -44,6 +45,7 @@ public:
Q_INVOKABLE QDateTime getTimestamp();
//Q_INVOKABLE int64_t getReceivedTimestamp();
//Q_INVOKABLE int64_t getSortTimestamp();
+ Q_INVOKABLE bool saveAttach(QString);
Q_INVOKABLE void setText(QString);
Q_INVOKABLE void setFile(QString);
Q_INVOKABLE QString getText();