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