Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativeworkerscript / data / worker_error_onCall.qml
1 import QtQuick 1.0
2
3 BaseWorker {
4     source: "script_error_onCall.js"
5 }
6