summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeqt/data/point.qml
blob: c383bebe2fcff0b57c06d5c742355f277fa5251a (plain)
1
2
3
4
5
6
7
8
9
import Qt 4.6

QtObject {
    property var test1: Qt.point(19, 34);
    property var test2: Qt.point(-3, 109.2);
    property var test3: Qt.point(-3);
    property var test4: Qt.point(-3, 109.2, 1);
}