aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/MyComponent.qml
blob: 1a23277ff83ec01bbab561b1dc1cc130a23e85c5 (plain)
1
2
3
4
5
6
import Test 1.0

MyQmlObject {
    property real x;
    property real y;
}