@@ -71,7 +71,7 void QChart::addSeries(QChartSeries* series) | |||||
71 | domain.m_maxY = qMax(domain.m_maxY,y); |
|
71 | domain.m_maxY = qMax(domain.m_maxY,y); | |
72 | } |
|
72 | } | |
73 |
|
73 | |||
74 |
XYLineChartItem* item = new XYLineChartItem(xyseries, |
|
74 | XYLineChartItem* item = new XYLineChartItem(xyseries, this); | |
75 |
|
75 | |||
76 | m_chartItems << item; |
|
76 | m_chartItems << item; | |
77 | // TODO: |
|
77 | // TODO: |
General Comments 0
You need to be logged in to leave comments.
Login now