summaryrefslogtreecommitdiffstats
path: root/src/charts/boxplotchart/qhboxplotmodelmapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/charts/boxplotchart/qhboxplotmodelmapper.h')
-rw-r--r--src/charts/boxplotchart/qhboxplotmodelmapper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charts/boxplotchart/qhboxplotmodelmapper.h b/src/charts/boxplotchart/qhboxplotmodelmapper.h
index 374ad78a..8ed690dd 100644
--- a/src/charts/boxplotchart/qhboxplotmodelmapper.h
+++ b/src/charts/boxplotchart/qhboxplotmodelmapper.h
@@ -38,7 +38,7 @@ QT_CHARTS_BEGIN_NAMESPACE
class QT_CHARTS_EXPORT QHBoxPlotModelMapper : public QBoxPlotModelMapper
{
Q_OBJECT
- Q_PROPERTY(QBoxPlotSeries *series READ series WRITE setSeries NOTIFY seriesReplaced)
+ Q_PROPERTY(QtCharts::QBoxPlotSeries *series READ series WRITE setSeries NOTIFY seriesReplaced)
Q_PROPERTY(QAbstractItemModel *model READ model WRITE setModel NOTIFY modelReplaced)
Q_PROPERTY(int firstBoxSetRow READ firstBoxSetRow WRITE setFirstBoxSetRow NOTIFY firstBoxSetRowChanged)
Q_PROPERTY(int lastBoxSetRow READ lastBoxSetRow WRITE setLastBoxSetRow NOTIFY lastBoxSetRowChanged)