tests/auto/declarative/qdeclarativelanguage/data/customOnProperty.qml
changeset 30 5dc02b23752f
equal deleted inserted replaced
29:b72c6db6890b 30:5dc02b23752f
       
     1 import Qt 4.7
       
     2 
       
     3 QtObject {
       
     4     property int on
       
     5 
       
     6     Component.onCompleted: on = 10
       
     7 }