summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeworkerscript/data/worker.qml
blob: 1a20098ef77c806d96ae9c7f21ac8e10e076a7fd (plain)
1
2
3
4
5
import Qt 4.7

BaseWorker {
    source: "script.js"
}