blob: 57241ffc2874c820bc5efe4e087440192321f162 [file] [log] [blame]
import QtQuick 2.0
QtObject {
property int on
Component.onCompleted: on = 10
}