##// END OF EJS Templates
Fix protected desturctor in xyseries
Michal Klocek -
r1268:b52df22eb2f4
parent child
Show More
@@ -39,9 +39,9 class QTCOMMERCIALCHART_EXPORT QXYSeries : public QAbstractSeries
39
39
40 protected:
40 protected:
41 explicit QXYSeries(QXYSeriesPrivate &d,QObject *parent = 0);
41 explicit QXYSeries(QXYSeriesPrivate &d,QObject *parent = 0);
42 ~QXYSeries();
43
42
44 public:
43 public:
44 ~QXYSeries();
45 void append(qreal x, qreal y);
45 void append(qreal x, qreal y);
46 void append(const QPointF &point);
46 void append(const QPointF &point);
47 void append(const QList<QPointF> &points);
47 void append(const QList<QPointF> &points);
General Comments 0
You need to be logged in to leave comments. Login now