summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/data/customOnProperty.qml
blob: 7cd6a83d6529a0be840e77e655db2cb9debd1113 (plain)
1
2
3
4
5
6
7
import Qt 4.6

QtObject {
    property int on

    Component.onCompleted: on = 10
}