aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qquickworkerscript/data/worker_error_onLoad.qml
blob: 8a33aeb44c3d42d8fc004288ca2a6f72de8630c7 (plain)
1
2
3
4
5
6
7
import QtQuick 2.0

BaseWorker {
    source: "script_error_onLoad.js"
}