summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSami Varanka <sami.varanka@qt.io>2024-05-10 10:08:46 +0300
committerSami Varanka <sami.varanka@qt.io>2024-05-10 12:36:04 +0300
commit7c88701dbdbafcda2c6f88b33efa0ffc329a3fb7 (patch)
treed0fbf94e6a0643b6ab5035433fdc7acf97bd900c
parent09f0342e64e29244c003a06467f0d1f2ee54567b (diff)
Fix Q_PROPERTY first in piemodelmapper
Change-Id: Icb0dbdb25eb2cf0196253ee19845e59947fe3e58 Reviewed-by: Kaj Grönholm <kaj.gronholm@qt.io>
-rw-r--r--src/graphs2d/piechart/qpiemodelmapper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphs2d/piechart/qpiemodelmapper.h b/src/graphs2d/piechart/qpiemodelmapper.h
index f66b7aa..ca8bade 100644
--- a/src/graphs2d/piechart/qpiemodelmapper.h
+++ b/src/graphs2d/piechart/qpiemodelmapper.h
@@ -21,7 +21,7 @@ class Q_GRAPHS_EXPORT QPieModelMapper : public QObject
int valuesSection READ valuesSection WRITE setValuesSection NOTIFY valuesSectionChanged)
Q_PROPERTY(
int labelsSection READ labelsSection WRITE setLabelsSection NOTIFY labelsSectionChanged)
- Q_PROPERTY(int first READ first WRITE setFirst NOTIFY first)
+ Q_PROPERTY(int first READ first WRITE setFirst NOTIFY firstChanged)
Q_PROPERTY(int count READ count WRITE setCount NOTIFY countChanged)
Q_PROPERTY(Qt::Orientation orientation READ orientation WRITE setOrientation NOTIFY
orientationChanged FINAL)