From be270a0c68b7fb5e5f7b159306b98015b4d7b05a Mon Sep 17 00:00:00 2001 From: link2xt Date: Sat, 27 Feb 2021 18:24:20 +0300 Subject: ChatPage.qml: make chatId a required property --- qml/ChatPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- cgit v1.2.3-54-g00ecf