aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickanchors/data/crash1.qml
blob: 98dd6cfa410c5211fa78afd3295e8e101791293b (plain)
1
2
3
4
5
6
7
8
9
10
11
import QtQuick 2.0

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