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

QtObject {
    function doThings() { console.log("things") }
}