From fadf145dc154c62388711f14e877d07b665581d5 2012-07-20 08:30:09 From: sauimone Date: 2012-07-20 08:30:09 Subject: [PATCH] fixed QTRD-1482 Commercial charts: QXYSeries::points() should be part of the public API --- diff --git a/src/xychart/qxyseries.cpp b/src/xychart/qxyseries.cpp index 7a28410..8bfd6d0 100644 --- a/src/xychart/qxyseries.cpp +++ b/src/xychart/qxyseries.cpp @@ -273,7 +273,7 @@ void QXYSeries::clear() } /*! - \internal \a pos + Returns list of points in the series. */ QList QXYSeries::points() const {