summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/declarative/qdeclarativecomponent/data/synthesized_properties.2.qml
blob: 6ff25460510b4a18888816ef50ff77e050bbed9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import Qt 4.7

QtObject {
    property int a
    property bool b
    property double c
    property real d
    property string e
    property url f
    property color g
    property date h
    property variant i
    property variant j
}