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

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
}