Details
Description
If you remove the QLineSeries from QChart, and then try to append point to QLineSeries, then the exception are triggerred.
for example if add to "splinechart" example main.cpp after line 61 next 2 lines:
chart->removeSeries(series); series->append(0, 6);
and run, then the exception are triggered.
Attachments
For Gerrit Dashboard: QTBUG-55348 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
168355,2 | Disconnect a series from ChartItem when it is removed from a chart | 5.6 | qt/qtcharts | Status: MERGED | +2 | 0 |