import QtQuick 2.0

QtObject {
    property int on

    Component.onCompleted: on = 10
}
