[frameworks-kuserfeedback] [Bug 417597] Parent loop for QLineSeries

2020-02-16 Thread Volker Krause
https://bugs.kde.org/show_bug.cgi?id=417597 Volker Krause changed: What|Removed |Added Resolution|--- |FIXED Status|REPORTED

[frameworks-kuserfeedback] [Bug 417597] Parent loop for QLineSeries

2020-02-13 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=417597 --- Comment #3 from David Edmundson --- It is -- You are receiving this mail because: You are watching all bug changes.

[frameworks-kuserfeedback] [Bug 417597] Parent loop for QLineSeries

2020-02-13 Thread Volker Krause
https://bugs.kde.org/show_bug.cgi?id=417597 --- Comment #2 from Volker Krause --- Is that Qt 5.14? Aleix also reported issues with the charts there I think, I am not seeing that with 5.13 though. -- You are receiving this mail because: You are watching all bug changes.

[frameworks-kuserfeedback] [Bug 417597] Parent loop for QLineSeries

2020-02-13 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=417597 --- Comment #1 from David Edmundson --- Line is this one: series->setParent(areaSeries); // otherwise series isn't deleted by removeAllSeries! in both categoryaggregator and ratiosetaggregator The relevant docs on ownership transfer in QAre