Files
qt-creator/tests/manual/qml/testfiles/flipable.qml
Kai Koehne 7d423d5f96 QmlDesigner: Fix crash in property editor when parent of an item is invalid
Happened for

import Qt 4.6
Flipable {
  Rectangle {}
}
2010-03-18 16:56:47 +01:00

7 lines
60 B
QML

import Qt 4.6
Rectangle {
width: 640
height: 480
}