aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeworkerscript/data/worker_error_onLoad.qml
blob: 0b9d21dc4bec543485f9d29f842c884da90da2c3 (plain)
1
2
3
4
5
6
7
import QtQuick 1.0

BaseWorker {
    source: "script_error_onLoad.js"
}