Chore(Qt5.15): Fix qml warning
This commit is contained in:
parent
224fd3f42d
commit
025729421f
|
@ -70,7 +70,7 @@ Item {
|
||||||
Connections {
|
Connections {
|
||||||
enabled: categoryPopupMenuSlot.active && highlighted
|
enabled: categoryPopupMenuSlot.active && highlighted
|
||||||
target: categoryPopupMenuSlot.item
|
target: categoryPopupMenuSlot.item
|
||||||
onClosed: {
|
function onClosed() {
|
||||||
statusChatListCategoryItem.highlighted = false
|
statusChatListCategoryItem.highlighted = false
|
||||||
statusChatListCategoryItem.menuButton.highlighted = false
|
statusChatListCategoryItem.menuButton.highlighted = false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue