Commit Graph

1 Commits

Author SHA1 Message Date
Ulf Hermann 1087977a9a QmlCompiler: Correctly mark side effects for list operations
The contents of a QQmlListProperty are mutable even if the property is
not. This is because QQmlListProperty is only a view on a different
container.

Pick-to: 6.7
Fixes: QTBUG-123196
Change-Id: Id6309b1e1ddc219bf35e8d9888b8415dcc0f9d43
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
2024-04-11 15:47:39 +02:00