summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeworkerlistmodel/data/script.js
blob: 8ee62b444242cba0fbd504ac499607298125a6d2 (plain)
1
2
3
4
5
6
WorkerScript.onMessage = function(msg) {
    eval("msg.model." + msg.command)
    msg.model.sync()
}