aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qmldom/domdata/domitem/crashes/lambda.qml
blob: cab0fec1436fe8bd491eecb964c31d198af3782d (plain)
1
2
3
4
5
6
7
import QtQuick.Controls

Action {
    onTriggered: foo(Bla.Bar, function() {
        console.log("Hello")
    })
}