diff options
author | link2xt <link2xt@testrun.org> | 2021-08-22 11:54:26 +0000 |
---|---|---|
committer | link2xt <link2xt@testrun.org> | 2021-08-22 11:54:26 +0000 |
commit | 6d828b2ba8ad4b0586853cbdf4f1b32b8a2bf753 (patch) | |
tree | 15197d8b07b70f512a6d40a05c22539eb1fac7f1 /context.h | |
parent | e225605ff433ba2ebbfcf5d0d6889e1fd45d6d32 (diff) | |
download | kdeltachat-6d828b2ba8ad4b0586853cbdf4f1b32b8a2bf753.tar.gz kdeltachat-6d828b2ba8ad4b0586853cbdf4f1b32b8a2bf753.zip |
Add chatlist search
Diffstat (limited to 'context.h')
-rw-r--r-- | context.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ public: Q_INVOKABLE void startIo(); Q_INVOKABLE void stopIo(); Q_INVOKABLE void maybeNetwork(); - Q_INVOKABLE DcChatlist *getChatlist(int flags); + Q_INVOKABLE DcChatlist *getChatlist(int flags, QString query); Q_INVOKABLE uint32_t createChatByContactId(uint32_t contactId); Q_INVOKABLE void setChatVisibility(uint32_t chatId, int visibility); Q_INVOKABLE void deleteChat(uint32_t chatId); |