fix(StatusChatListCategory): Add alias to category item for squish tests

This commit is contained in:
MishkaRogachev 2022-08-26 14:15:29 +04:00 committed by Michał Cieślak
parent 0717f155e8
commit 1fc5525f9e
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ Column {
property bool opened: true
property bool dragged: false
property alias statusChatListCategoryItem: statusChatListCategoryItem
property alias showActionButtons: statusChatListCategoryItem.showActionButtons
property alias addButton: statusChatListCategoryItem.addButton
property alias menuButton: statusChatListCategoryItem.menuButton