test(StatusChatListAndCategories): Add object names
This commit is contained in:
parent
6da0b9d534
commit
6bac2322c2
|
@ -113,6 +113,7 @@ Item {
|
||||||
|
|
||||||
delegate: Item {
|
delegate: Item {
|
||||||
id: draggable
|
id: draggable
|
||||||
|
objectName: model.name
|
||||||
width: statusChatListCategory.width
|
width: statusChatListCategory.width
|
||||||
height: statusChatListCategory.height
|
height: statusChatListCategory.height
|
||||||
property alias chatListCategory: statusChatListCategory
|
property alias chatListCategory: statusChatListCategory
|
||||||
|
@ -259,6 +260,7 @@ Item {
|
||||||
|
|
||||||
Repeater {
|
Repeater {
|
||||||
id: statusChatListCategories
|
id: statusChatListCategories
|
||||||
|
objectName: "communityChatListCategories"
|
||||||
visible: !!model && model.count > 0
|
visible: !!model && model.count > 0
|
||||||
model: delegateModel
|
model: delegateModel
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue