aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/MethodInScope.qml
blob: 7ba0829f6123dd70791835196aabdc5ec6c49e12 (plain)
1
2
3
4
5
import QtQml 2.0

MethodInItem {
    Component.onCompleted: doThings()
}