From c721a67c707ed356c579dd8c3cb25c6c9cc99813 Mon Sep 17 00:00:00 2001 From: MishkaRogachev Date: Mon, 15 Aug 2022 15:00:09 +0400 Subject: [PATCH] test(StatusChatListAndCategories): Add object names --- src/StatusQ/Components/StatusChatListAndCategories.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/StatusQ/Components/StatusChatListAndCategories.qml b/src/StatusQ/Components/StatusChatListAndCategories.qml index 01338885..e649f6e7 100644 --- a/src/StatusQ/Components/StatusChatListAndCategories.qml +++ b/src/StatusQ/Components/StatusChatListAndCategories.qml @@ -113,6 +113,7 @@ Item { delegate: Item { id: draggable + objectName: model.name width: statusChatListCategory.width height: statusChatListCategory.height property alias chatListCategory: statusChatListCategory @@ -259,6 +260,7 @@ Item { Repeater { id: statusChatListCategories + objectName: "communityChatListCategories" visible: !!model && model.count > 0 model: delegateModel }