aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeworkerscript/data/worker_error_onCall.qml
blob: aa20783e76dd90cca750927cf4b637233663fcb8 (plain)
1
2
3
4
5
6
import QtQuick 2.0

BaseWorker {
    source: "script_error_onCall.js"
}