Fix hoverActions

This commit is contained in:
Tobias Fella
2022-06-04 20:31:59 +02:00
parent 15ddcef115
commit 8700611235
2 changed files with 74 additions and 75 deletions

View File

@@ -52,7 +52,6 @@ QQC2.ItemDelegate {
function updateHoverComponent() {
if (hoverComponent) {
hoverComponent.bubble = bubble
hoverComponent.updateFunction = updateHoverComponent;
hoverComponent.event = model
}
}