aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/didYouMeanPropertyCall.qml
blob: 2bd6f796f2a987442480b1e84738965f8286c5a7 (plain)
1
2
3
4
5
6
7
import QtQuick

Item {
    Component.onCompleted: {
        console.lgg("Hello World!");
    }
}