summaryrefslogtreecommitdiffstats
path: root/src/charts/barchart/qhbarmodelmapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/charts/barchart/qhbarmodelmapper.h')
-rw-r--r--src/charts/barchart/qhbarmodelmapper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charts/barchart/qhbarmodelmapper.h b/src/charts/barchart/qhbarmodelmapper.h
index 23fe8e4f..7639ed6b 100644
--- a/src/charts/barchart/qhbarmodelmapper.h
+++ b/src/charts/barchart/qhbarmodelmapper.h
@@ -37,7 +37,7 @@ QT_CHARTS_BEGIN_NAMESPACE
class QT_CHARTS_EXPORT QHBarModelMapper : public QBarModelMapper
{
Q_OBJECT
- Q_PROPERTY(QAbstractBarSeries *series READ series WRITE setSeries NOTIFY seriesReplaced)
+ Q_PROPERTY(QtCharts::QAbstractBarSeries *series READ series WRITE setSeries NOTIFY seriesReplaced)
Q_PROPERTY(QAbstractItemModel *model READ model WRITE setModel NOTIFY modelReplaced)
Q_PROPERTY(int firstBarSetRow READ firstBarSetRow WRITE setFirstBarSetRow NOTIFY firstBarSetRowChanged)
Q_PROPERTY(int lastBarSetRow READ lastBarSetRow WRITE setLastBarSetRow NOTIFY lastBarSetRowChanged)