From 5a06c1bf185274723a70393afbdfef5ddbd377e7 Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Tue, 1 Jun 2021 15:36:36 +0200 Subject: Add a foreign registration for QQuickColorGroup It has aqcuired revisioned properties. Task-number: QTBUG-33179 Change-Id: I31ce4b07649ccc20789ed15bfb50e1643f6e4bff Reviewed-by: Fabian Kosmale Reviewed-by: Mitch Curtis Reviewed-by: Qt CI Bot --- src/quicktemplates2/qquickcontrol_p.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/quicktemplates2') diff --git a/src/quicktemplates2/qquickcontrol_p.h b/src/quicktemplates2/qquickcontrol_p.h index 5895513e..79fb3915 100644 --- a/src/quicktemplates2/qquickcontrol_p.h +++ b/src/quicktemplates2/qquickcontrol_p.h @@ -297,6 +297,14 @@ struct QQuickItemForeign QML_ADDED_IN_VERSION(2, 3) }; +struct QQuickColorGroupForeign +{ + Q_GADGET + QML_ANONYMOUS + QML_FOREIGN(QQuickColorGroup) + QML_ADDED_IN_VERSION(6, 0) +}; + struct QQuickPaletteForeign { Q_GADGET -- cgit v1.2.3