From f3dccc334f01d088fcdf1c2016c8153fe6154b61 Mon Sep 17 00:00:00 2001 From: Olivier Goffart Date: Tue, 7 Jan 2020 11:37:01 +0100 Subject: Adapt to the the new QMetaType change Fixes: QTBUG-82453 Change-Id: I7e5682945a07c3af183becd3947a69568f139d16 Reviewed-by: Fabian Kosmale --- .../qml/tutorials/extending-qml/chapter4-customPropertyTypes/piechart.h | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/qml') diff --git a/examples/qml/tutorials/extending-qml/chapter4-customPropertyTypes/piechart.h b/examples/qml/tutorials/extending-qml/chapter4-customPropertyTypes/piechart.h index b762ce1c49..855ad7ae3a 100644 --- a/examples/qml/tutorials/extending-qml/chapter4-customPropertyTypes/piechart.h +++ b/examples/qml/tutorials/extending-qml/chapter4-customPropertyTypes/piechart.h @@ -61,6 +61,7 @@ class PieChart : public QQuickItem Q_PROPERTY(PieSlice* pieSlice READ pieSlice WRITE setPieSlice) //![0] Q_PROPERTY(QString name READ name WRITE setName) + Q_MOC_INCLUDE("pieslice.h") QML_ELEMENT //![1] public: -- cgit v1.2.3