From 57e0519386e533782a8b7be21b14ab17eb7403af 2012-06-19 13:25:19 From: Tero Ahola Date: 2012-06-19 13:25:19 Subject: [PATCH] QAreaSeries upper and lower series type to QLineSeries --- diff --git a/src/areachart/qareaseries.h b/src/areachart/qareaseries.h index c986ff9..79bbc8a 100644 --- a/src/areachart/qareaseries.h +++ b/src/areachart/qareaseries.h @@ -33,8 +33,8 @@ class QAreaSeriesPrivate; class QTCOMMERCIALCHART_EXPORT QAreaSeries : public QAbstractSeries { Q_OBJECT - Q_PROPERTY(QAbstractSeries *upperSeries READ upperSeries) - Q_PROPERTY(QAbstractSeries *lowerSeries READ lowerSeries) + Q_PROPERTY(QLineSeries *upperSeries READ upperSeries) + Q_PROPERTY(QLineSeries *lowerSeries READ lowerSeries) Q_PROPERTY(QColor color READ color WRITE setColor NOTIFY colorChanged) Q_PROPERTY(QColor borderColor READ borderColor WRITE setBorderColor NOTIFY borderColorChanged)