aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/callJSValueProp.qml
blob: 357c8103832ebbff1eda7b8c871c0c601658b641 (plain)
1
2
3
4
5
6
import QtQml

QtObject {
    function foo() {}
    Component.onCompleted: Qt.callLater(foo);
}