##// END OF EJS Templates
Compile fix
Tero Ahola -
r124:af6b508a43ab
parent child
Show More
@@ -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,0,this);
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