From 3158d4ce95cf8e8a1884cf795de41bee16bef3d5 Mon Sep 17 00:00:00 2001 From: link2xt Date: Tue, 16 Mar 2021 03:34:37 +0300 Subject: Fix some qmllint warnings --- qml/Message.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qml/Message.qml') diff --git a/qml/Message.qml b/qml/Message.qml index 7e12996..2c67cff 100644 --- a/qml/Message.qml +++ b/qml/Message.qml @@ -132,7 +132,7 @@ RowLayout { spacing: Kirigami.Units.smallSpacing Rectangle { width: Kirigami.Units.smallSpacing - color: quoteFrom ? quoteFrom.color : "black" + color: messageObject.quoteFrom ? messageObject.quoteFrom.color : "black" Layout.fillHeight: true } TextEdit { -- cgit v1.2.3-70-g09d2