mirror of https://github.com/qt/qtgraphs.git
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:
parent
a68a4eb20a
commit
f4d674e412
|
|
@ -120,7 +120,7 @@ Item {
|
|||
CustomScatter {
|
||||
id: scatterSeries
|
||||
|
||||
pointMarker: Image {
|
||||
pointDelegate: Image {
|
||||
property bool selected: false
|
||||
source: "qrc:/images/img.png"
|
||||
width: 64
|
||||
|
|
|
|||
Loading…
Reference in New Issue