Details
-
Bug
-
Resolution: Done
-
P2: Important
-
4.7.2
Description
(tested with gitorious master)
The following qml snippet crashes:
import Qt 4.7
Rectangle {
id: root
width: 450; height: 450
color: "black"
children: [
//Rectangle
,
//Rectangle
1, 3
]
}
Of course, it's invalid, but it should generate an error message printed to the console, not a crash. If needed I could provide a patch (via gitorious merge request).