Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.12.0 RC
-
0b863bca305ad43b3c48287ec4e62e262c8e8849
Description
This causes issues with QML Settings for example as it will always override the value that Settings loads from the settings file.
For example, this changed signal is called when the item is created:
Item { property var foo: null onFooChanged: console.log(foo) }