aboutsummaryrefslogtreecommitdiff
path: root/qml/ChatlistPage.qml
diff options
context:
space:
mode:
authorlink2xt <link2xt@testrun.org>2021-03-16 03:29:24 +0300
committerlink2xt <link2xt@testrun.org>2021-03-16 03:29:24 +0300
commit97f382bee8101a3815939839934d1a898e8aa507 (patch)
tree582410c0880ff3c1db3173b1f2ef7372a54c2fd2 /qml/ChatlistPage.qml
parentb739e3fe86d7b8ecda8ef305306d14ef6f38a1b6 (diff)
downloadkdeltachat-97f382bee8101a3815939839934d1a898e8aa507.tar.gz
kdeltachat-97f382bee8101a3815939839934d1a898e8aa507.zip
Pass eventEmitter to ChatlistPage as property
Diffstat (limited to 'qml/ChatlistPage.qml')
-rw-r--r--qml/ChatlistPage.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/qml/ChatlistPage.qml b/qml/ChatlistPage.qml
index a5bc1ed..d095025 100644
--- a/qml/ChatlistPage.qml
+++ b/qml/ChatlistPage.qml
@@ -11,6 +11,7 @@ Kirigami.ScrollablePage {
id: chatlistPage
required property DcContext context
+ required property DcAccountsEventEmitter eventEmitter
signal messagesChanged
onMessagesChanged: {