##// END OF EJS Templates
minor typo
Michal Klocek -
r1559:e0a34be28be0
parent child
Show More
@@ -310,7 +310,7 void QChart::zoom(qreal factor)
310 310 */
311 311 QAbstractAxis* QChart::axisX(QAbstractSeries* series) const
312 312 {
313 return d_ptr->m_dataset->axisX(series);;
313 return d_ptr->m_dataset->axisX(series);
314 314 }
315 315
316 316 /*!
General Comments 0
You need to be logged in to leave comments. Login now