summaryrefslogtreecommitdiffstats
path: root/src/charts/areachart/qareaseries.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/charts/areachart/qareaseries.h')
-rw-r--r--src/charts/areachart/qareaseries.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/charts/areachart/qareaseries.h b/src/charts/areachart/qareaseries.h
index cd6e58b4..2b84b8d5 100644
--- a/src/charts/areachart/qareaseries.h
+++ b/src/charts/areachart/qareaseries.h
@@ -42,8 +42,8 @@ class QAreaSeriesPrivate;
class QT_CHARTS_EXPORT QAreaSeries : public QAbstractSeries
{
Q_OBJECT
- Q_PROPERTY(QLineSeries *upperSeries READ upperSeries)
- Q_PROPERTY(QLineSeries *lowerSeries READ lowerSeries)
+ Q_PROPERTY(QtCharts::QLineSeries *upperSeries READ upperSeries)
+ Q_PROPERTY(QtCharts::QLineSeries *lowerSeries READ lowerSeries)
Q_PROPERTY(QColor color READ color WRITE setColor NOTIFY colorChanged)
Q_PROPERTY(QColor borderColor READ borderColor WRITE setBorderColor NOTIFY borderColorChanged)
Q_PROPERTY(QString pointLabelsFormat READ pointLabelsFormat WRITE setPointLabelsFormat NOTIFY pointLabelsFormatChanged)