aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/workerscript/plugins.qmltypes
blob: b1d610702257b54526827f8fe2370f63830e64a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
import QtQuick.tooling 1.2

// This file describes the plugin-supplied types contained in the library.
// It is used for QML tooling purposes only.
//
// This file was auto-generated by:
// 'qmlplugindump -nonrelocatable -dependencies dependencies.json QtQml.WorkerScript 2.14'

Module {
    dependencies: []
    Component {
        name: "QQuickWorkerScript"
        prototype: "QObject"
        exports: ["QtQml.WorkerScript/WorkerScript 2.0"]
        exportMetaObjectRevisions: [0]
        Property { name: "source"; type: "QUrl" }
        Signal {
            name: "message"
            Parameter { name: "messageObject"; type: "QJSValue" }
        }
        Method {
            name: "sendMessage"
            Parameter { type: "QQmlV4Function"; isPointer: true }
        }
    }
}