aboutsummaryrefslogtreecommitdiff
path: root/context.h
diff options
context:
space:
mode:
authorlink2xt <link2xt@testrun.org>2020-10-13 02:33:23 +0300
committerlink2xt <link2xt@testrun.org>2020-10-13 02:33:23 +0300
commit5006c1932ffe0c4f114b2e24c907dffb881ed455 (patch)
treef8c63142c48dc2a418152de3a0a8b31913730c95 /context.h
parentc02c9dbb15af7598994edbcb7e13eb937bce1e6a (diff)
downloadkdeltachat-5006c1932ffe0c4f114b2e24c907dffb881ed455.tar.gz
kdeltachat-5006c1932ffe0c4f114b2e24c907dffb881ed455.zip
Add Context::getMessageInfo
Diffstat (limited to 'context.h')
-rw-r--r--context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/context.h b/context.h
index c9bb8a5..91cc315 100644
--- a/context.h
+++ b/context.h
@@ -29,6 +29,7 @@ public:
Q_INVOKABLE DcContact *getContact(uint32_t contactId);
Q_INVOKABLE uint32_t sendTextMessage(uint32_t chatId, QString textToSend);
QString getBlobdir();
+ Q_INVOKABLE QString getMessageInfo(uint32_t msgId);
private:
dc_context_t *m_context{nullptr};