aboutsummaryrefslogtreecommitdiff
path: root/context.h
diff options
context:
space:
mode:
authorlink2xt <link2xt@testrun.org>2021-06-06 17:29:05 +0300
committerlink2xt <link2xt@testrun.org>2021-06-06 17:29:05 +0300
commitfa0dfcb64de83dbe397690422ea584961c145940 (patch)
treec24c2c4cc9b77b3f41d49643326cf78b123b4e14 /context.h
parent0b7723991eb555f08b1910cbbb7834585dff7fa4 (diff)
downloadkdeltachat-fa0dfcb64de83dbe397690422ea584961c145940.tar.gz
kdeltachat-fa0dfcb64de83dbe397690422ea584961c145940.zip
Make it possible to get a list of archived chats
Diffstat (limited to 'context.h')
-rw-r--r--context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/context.h b/context.h
index 2d31f71..aba3313 100644
--- a/context.h
+++ b/context.h
@@ -26,7 +26,7 @@ public:
Q_INVOKABLE void startIo();
Q_INVOKABLE void stopIo();
Q_INVOKABLE void maybeNetwork();
- Q_INVOKABLE DcChatlist *getChatlist();
+ Q_INVOKABLE DcChatlist *getChatlist(int flags);
Q_INVOKABLE void setChatVisibility(uint32_t chatId, int visibility);
Q_INVOKABLE void deleteChat(uint32_t chatId);
Q_INVOKABLE QString getChatEncrinfo(uint32_t chatId);