Skip to content

Fix tst_basiclistitem_tooltip autotest

Heiko Becker requested to merge work/fix-tst-basiclistitem-tooltip-test into kf5

The test fails with "autotests/BasicListItem_ToolTip_Test.qml:81:13: Cannot assign to non-existent property "toolTipVisible" toolTipVisible: true" because QQC2.Label doesn't have a toolTipVisible property.

Merge request reports