This commit is contained in:
Tobias Fella
2022-06-05 00:41:59 +02:00
parent b834510be0
commit 525015fe78

View File

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