aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/data/qtbug60547/main.qml
blob: b09366e9df5c5025642a934adef9b9ec2a56e25c (plain)
1
2
3
4
5
6
7
8
import QtQml 2.0

TestObject {
    Component.onCompleted: {
        increment()
    }
}