6 lines
68 B
QML
6 lines
68 B
QML
|
import QtQuick 2.0
|
||
|
|
||
|
BaseWorker {
|
||
|
source: "script_function.js"
|
||
|
}
|