aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/data/customOnProperty.qml
blob: 57241ffc2874c820bc5efe4e087440192321f162 (plain)
1
2
3
4
5
6
7
import QtQuick 2.0

QtObject {
    property int on

    Component.onCompleted: on = 10
}