Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.9.0 Beta 4
-
None
-
Qt5.9.0 beta4, Windows 10 x64, msvc2015 x64
-
6a02fb09af8dce6ca533e816d2223e070b30f294
Description
Run the attached QML project.
Press the 'increment' button multiple times, the counter value should be incremented, but it does not. Pay attention to the 'import "components"' statement, it matters in the test.
As I understand, assigning a property named 'foo' does not work when there is a component named 'Foo'.