Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
4.7.0
-
None
-
Windows at least
-
ce9bc843443f2c61361afa75a62a7d39029557e6, b1bf4b23fb34337ea1b5ebdd5aedaad48f5c9f4a
Description
It would be expected that both the color and count property would be fetched and updated on the view when their notify signal is emitted.
However this only work if the QObject is bound as a QObject* and not in a List<QObject*>
See the attached test app that illustrates the problem.