summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/data/customOnProperty.qml
blob: c1e47900b044114ef4c97a92549a22bef0dcbbb2 (plain)
1
2
3
4
5
6
7
import QtQuick 1.0

QtObject {
    property int on

    Component.onCompleted: on = 10
}