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

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