aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util/qquickpropertychanges_p.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2021-10-26 18:01:53 +0200
committerUlf Hermann <ulf.hermann@qt.io>2021-10-28 17:49:52 +0200
commitf8e20bb34e2d71bfcfc8710737dfaf6912145642 (patch)
treeb4c226c3e8d64815d53d3078c63c274d956439dd /src/quick/util/qquickpropertychanges_p.h
parent1c5a7ebcde782739cfe02e56a65d274e32bd14fa (diff)
Use generalized grouped properties in QQuickPropertyChanges
Process deferred bindings like custom parsed ones. Task-number: QTBUG-95117 Change-Id: Ia4d8ca81e789c1e57bf947c40f76356db3bad8da Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'src/quick/util/qquickpropertychanges_p.h')
-rw-r--r--src/quick/util/qquickpropertychanges_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/quick/util/qquickpropertychanges_p.h b/src/quick/util/qquickpropertychanges_p.h
index fa38065ebe..4915b9dbd4 100644
--- a/src/quick/util/qquickpropertychanges_p.h
+++ b/src/quick/util/qquickpropertychanges_p.h
@@ -67,6 +67,7 @@ class Q_QUICK_PRIVATE_EXPORT QQuickPropertyChanges : public QQuickStateOperation
QML_NAMED_ELEMENT(PropertyChanges)
QML_ADDED_IN_VERSION(2, 0)
QML_CUSTOMPARSER
+ Q_CLASSINFO("ImmediatePropertyNames", "target,restoreEntryValues,explicit,objectName")
public:
QQuickPropertyChanges();