aboutsummaryrefslogtreecommitdiffstats
path: root/src/particles/qquickparticlegroup_p.h
diff options
context:
space:
mode:
authorFabian Kosmale <fabian.kosmale@qt.io>2024-02-12 12:41:41 +0100
committerFabian Kosmale <fabian.kosmale@qt.io>2024-02-16 13:42:13 +0100
commit31a60b518bd7d811172b887501e831e6e4e4a9c1 (patch)
treec1c7c70cf02ac655c633ef3e3cae6cf4711064c4 /src/particles/qquickparticlegroup_p.h
parent9558b7b093b6586e68f11afa6b2642070e57abce (diff)
Mostly revert "Make properties in the particles module FINAL"
Making properties FINAL is an API break not covered by any QUIP rule. However, this does not apply to the attached type whose properties were marked FINAL in the referenced commit, as it is not possible to derive from it anyway. This reverts the majority of commit cb82b9f2addf25db34970ebb48f69291901ad7ba. Pick-to: 6.6 6.7 Change-Id: Ib001417f0b4236f1c8e068ec5f238a4b9731f8cc Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'src/particles/qquickparticlegroup_p.h')
-rw-r--r--src/particles/qquickparticlegroup_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/particles/qquickparticlegroup_p.h b/src/particles/qquickparticlegroup_p.h
index 93ee9a27eb..6b24ff3cd3 100644
--- a/src/particles/qquickparticlegroup_p.h
+++ b/src/particles/qquickparticlegroup_p.h
@@ -23,7 +23,7 @@ class Q_QUICKPARTICLES_EXPORT QQuickParticleGroup : public QQuickStochasticState
public QQmlParserStatus
{
Q_OBJECT
- Q_PROPERTY(QQuickParticleSystem* system READ system WRITE setSystem NOTIFY systemChanged FINAL)
+ Q_PROPERTY(QQuickParticleSystem* system READ system WRITE setSystem NOTIFY systemChanged)
//Intercept children requests and assign to the group & system
Q_PROPERTY(QQmlListProperty<QObject> particleChildren READ particleChildren DESIGNABLE false)//### Hidden property for in-state system definitions - ought not to be used in actual "Sprite" states