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 Mikhail Rogachev
parent 4d73c25c7a
commit 4d9cec541f
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