Fix qml warning

This commit is contained in:
Tobias Fella
2025-09-15 13:17:32 +02:00
parent d6d747bb99
commit 518044e34a

View File

@@ -65,7 +65,7 @@ QQC2.ItemDelegate {
QQC2.ToolTip.visible: hovered
QQC2.ToolTip.delay: Kirigami.Units.toolTipDelay
onClicked: root.treeView.toggleExpanded(row)
onClicked: root.treeView.toggleExpanded(root.row)
}
}
}