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

QtObject {
    property int on

    Component.onCompleted: on = 10
}