fix(StatusNavigationListItem): make click event work again
This commit is contained in:
parent
e54c46858b
commit
a13d12dcab
|
@ -32,7 +32,7 @@ StatusListItem {
|
|||
anchors.fill: parent
|
||||
cursorShape: Qt.PointingHandCursor
|
||||
hoverEnabled: true
|
||||
onClicked: statusNavigationListitem.clicked(mouse)
|
||||
onClicked: statusNavigationListItem.clicked(mouse)
|
||||
}
|
||||
|
||||
components: [
|
||||
|
|
Loading…
Reference in New Issue