aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlproperty/data/SecondComponent.qml
blob: 45d81c9010ad4d01310c96a64e2195f161d81910 (plain)
1
2
3
4
5
6
import QtQuick 2.0

Item {
    property string a: "Hello, World"
    property bool b: false
}