summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeanchors/data/crash1.qml
blob: 01b469b35a5b4f718ddfff373210c99a94d211c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
import Qt 4.7

Column {
    Text {
        text: "foo"
        anchors.fill: parent
    }
    Text {
        text: "bar"
    }
}