fix(StatusNavigationListItem): make click event work again
This commit is contained in:
parent
6c84fed783
commit
c5ecfe087c
|
@ -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