diff options
author | Miquel Lionel <lionel@les-miquelots.net> | 2021-10-14 22:59:57 +0100 |
---|---|---|
committer | link2xt <link2xt@testrun.org> | 1970-01-01 00:00:00 +0000 |
commit | 75043d4d2d90c56ad5d8ef16d69073144238f81c (patch) | |
tree | c1398bd5f0bd39113ea8124ea4ae0f6a72c28475 /context.h | |
parent | 1147e7d717f6b7d4fa05e7a7a5519122615a0030 (diff) | |
download | kdeltachat-75043d4d2d90c56ad5d8ef16d69073144238f81c.tar.gz kdeltachat-75043d4d2d90c56ad5d8ef16d69073144238f81c.zip |
Make attachment button functional
Diffstat (limited to 'context.h')
-rw-r--r-- | context.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ public: Q_INVOKABLE QString getMessageInfo(uint32_t msgId); Q_INVOKABLE QString getMessageHtml(uint32_t msgId); Q_INVOKABLE DcMessage *newMessage(int viewtype); - Q_INVOKABLE uint32_t sendMessage(uint32_t chatId, DcMessage *message); + Q_INVOKABLE uint32_t sendMessage(uint32_t chatId, DcMessage *message, QString attachment); Q_INVOKABLE void importBackup(QString tarfile); private: |