-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.3.1, 6.4.0 Beta2, 6.4.1
-
-
a142873d1 (dev), 01cb70002 (6.5)
Using a construct like
Window { width: 640 height: 480 visible: true title: qsTr("Hello World") property int tst: moo.data.value Foo { id: moo } }
runs into
Warning: main.qml:10:32: Property "value" not found on type "QVariantMap" property int tst: moo.data.value ^^^^^ Error: main.qml:10:32: Could not compile binding for tst: Cannot load property value from QVariant of Foo::data with type QVariantMap. property int tst: moo.data.value