chore(@qml): add object name for navigation bar
This commit is contained in:
parent
6c10c7c928
commit
75bf886124
|
@ -9,6 +9,7 @@ import StatusQ.Popups 0.1
|
|||
|
||||
Rectangle {
|
||||
id: root
|
||||
objectName: "statusAppNavBar"
|
||||
|
||||
property alias chatItemsModel: chatItemsListView.model
|
||||
property alias chatItemDelegate: chatItemsListView.delegate
|
||||
|
|
Loading…
Reference in New Issue