aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlink2xt <link2xt@testrun.org>2021-02-27 18:24:20 +0300
committerlink2xt <link2xt@testrun.org>2021-02-27 18:24:20 +0300
commitbe270a0c68b7fb5e5f7b159306b98015b4d7b05a (patch)
treeebcd5fdc2a87f3b8b12e284625f93ae209c05c49
parent502e28ecd76c6f4299dfcec10f71e3b234aa4a5b (diff)
downloadkdeltachat-be270a0c68b7fb5e5f7b159306b98015b4d7b05a.tar.gz
kdeltachat-be270a0c68b7fb5e5f7b159306b98015b4d7b05a.zip
ChatPage.qml: make chatId a required property
-rw-r--r--qml/ChatPage.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/ChatPage.qml b/qml/ChatPage.qml
index 1f7229e..712a75c 100644
--- a/qml/ChatPage.qml
+++ b/qml/ChatPage.qml
@@ -11,7 +11,7 @@ Kirigami.Page {
title: chat ? chat.name : qsTr("Chat")
- property var chatId
+ required property var chatId
readonly property DcChat chat: context.getChat(chatId)
function updateMessagelist() {