test(StatusMenuItemDelegate): add objectName property for tests
This commit is contained in:
parent
bc5c86a2a4
commit
930fa3daf0
|
@ -10,6 +10,7 @@ MenuItem {
|
|||
id: statusPopupMenuItem
|
||||
implicitWidth: parent ? parent.width : 0
|
||||
implicitHeight: action.enabled ? 38 : 0
|
||||
objectName: action.objectName
|
||||
|
||||
property int subMenuIndex
|
||||
property var statusPopupMenu: null
|
||||
|
|
Loading…
Reference in New Issue