summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/declarative/qdeclarativecomponent/data/synthesized_properties.2.qml
blob: 27c5646f637872d5be1b3ff9cf9930bac1fa106a (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 var i
    property variant j
}