Fix tst_qmlbarscatter

CustomScatter in tst_qmlbarscatter was still trying to use QQmlComponent *pointMarker property even though it has been renamed to pointDelegate

Pick-to: 6.8 6.9
Fixes: QTBUG-136950
Change-Id: Ic2d9d3b01d71e415f789e85253928471b2f5e0b3
Reviewed-by: Kaj Grönholm <kaj.gronholm@qt.io>
This commit is contained in:
Niko Korkala 2025-05-19 10:10:49 +03:00
parent a68a4eb20a
commit f4d674e412
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ Item {
CustomScatter {
id: scatterSeries
pointMarker: Image {
pointDelegate: Image {
property bool selected: false
source: "qrc:/images/img.png"
width: 64