##// END OF EJS Templates
fixed QTRD-1482 Commercial charts: QXYSeries::points() should be part of the public API
sauimone -
r1724:fadf145dc154
parent child
Show More
@@ -273,7 +273,7 void QXYSeries::clear()
273 }
273 }
274
274
275 /*!
275 /*!
276 \internal \a pos
276 Returns list of points in the series.
277 */
277 */
278 QList<QPointF> QXYSeries::points() const
278 QList<QPointF> QXYSeries::points() const
279 {
279 {
General Comments 0
You need to be logged in to leave comments. Login now