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