Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
4.7.0
-
None
Description
The following fails with "Unable to assign QString to int", but works fine with vars to reals or strings.
import Qt 4.6 QtObject { property int test19: g property var g: 6.7 }
tst_qdeclarativeecmascript::compiled() tests this.