diff options
author | link2xt <link2xt@testrun.org> | 2021-02-22 01:48:27 +0300 |
---|---|---|
committer | link2xt <link2xt@testrun.org> | 2021-02-22 01:48:27 +0300 |
commit | 8f669a6a45cff24e874d8249bc77faed34a2c734 (patch) | |
tree | 4ca9903df4056e0cdf957d619ac472251e3e1ddd /context.h | |
parent | 429338fba9a3102bc91966f2df4f95dcdaa32fe1 (diff) | |
download | kdeltachat-8f669a6a45cff24e874d8249bc77faed34a2c734.tar.gz kdeltachat-8f669a6a45cff24e874d8249bc77faed34a2c734.zip |
Add Context::setChatMuteDuration
Diffstat (limited to 'context.h')
-rw-r--r-- | context.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -34,6 +34,7 @@ public: QString getBlobdir(); Q_INVOKABLE bool setConfig(QString key, QString value); Q_INVOKABLE QString getConfig(QString key); + Q_INVOKABLE bool setChatMuteDuration(uint32_t chatId, int64_t duration); Q_INVOKABLE QString getMessageInfo(uint32_t msgId); private: |