aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlxmlhttprequest/data/TestComponent2.qml
blob: f27a980f424d3c5e53033b9892147fa6282b2975 (plain)
1
2
3
4
5
6
7
import QtQuick 2.0

Item {
    id: root
    property int a: 5
    Component.onCompleted: root.parent.finished()
}