import Qt 4.7

QtObject {
    property int on

    Component.onCompleted: on = 10
}
