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

Item {
    id: root
    property int a: 3
}