qtdeclarative/tests/auto/qml/qmllint/data/MethodInScope.qml

6 lines
73 B
QML

import QtQml 2.0
MethodInItem {
Component.onCompleted: doThings()
}