test(StatusChatListAndCategories): Add object names
This commit is contained in:
parent
6da0b9d534
commit
6bac2322c2
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue