diff options
author | link2xt <link2xt@testrun.org> | 2021-03-14 05:53:26 +0300 |
---|---|---|
committer | link2xt <link2xt@testrun.org> | 2021-03-14 05:53:26 +0300 |
commit | ea24329f4ce7dafd200aa104c2e532048d5dcd2b (patch) | |
tree | 0dc4965195a2b0f1cb432c1ecefef5851217bc98 /eventemitter.h | |
parent | 1013f97eb011c0e9189c567307d66d8758b4678d (diff) | |
download | kdeltachat-ea24329f4ce7dafd200aa104c2e532048d5dcd2b.tar.gz kdeltachat-ea24329f4ce7dafd200aa104c2e532048d5dcd2b.zip |
ConfigurePage: add progress bar
Diffstat (limited to 'eventemitter.h')
-rw-r--r-- | eventemitter.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eventemitter.h b/eventemitter.h index b81778b..c65fb29 100644 --- a/eventemitter.h +++ b/eventemitter.h @@ -50,6 +50,7 @@ public: signals: void chatModified(uint32_t accountId, int chatId); + void configureProgress(uint32_t accountId, int progress, QString comment); void incomingMessage(uint32_t accountId, int chatId, int msgId); void messagesChanged(uint32_t accountId, int chatId, int msgId); void messagesNoticed(uint32_t accountId, int chatId); |