@@ -38,6 +38,7 void ChartDataSet::addSeries(QChartSeries* series, QChartAxis *axisY) | |||
|
38 | 38 | // TODO: we should check the series not already added |
|
39 | 39 | series->setParent(this); // take ownership |
|
40 | 40 | |
|
41 | series->setParent(this); // take ownership | |
|
41 | 42 | clearDomains(); |
|
42 | 43 | |
|
43 | 44 | if(axisY==0) axisY = m_axisY; |
General Comments 0
You need to be logged in to leave comments.
Login now