aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qquickworkerscript/data/messagehandler.mjs
blob: 749ff561dac7d61cfe1ea9b6700344a0cde0a6e1 (plain)
1
2
3
4

export function messageHandler(msg) {
    WorkerScript.sendMessage("Hello from the module")
}