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

BaseWorker {
    source: "script_error_onCall.js"
}