summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/imports/remoteobjects/plugins.qmltypes36
1 files changed, 35 insertions, 1 deletions
diff --git a/src/imports/remoteobjects/plugins.qmltypes b/src/imports/remoteobjects/plugins.qmltypes
index 9ec61f3..bf9d156 100644
--- a/src/imports/remoteobjects/plugins.qmltypes
+++ b/src/imports/remoteobjects/plugins.qmltypes
@@ -4,7 +4,7 @@ import QtQuick.tooling 1.2
// It is used for QML tooling purposes only.
//
// This file was auto-generated by:
-// 'qmlplugindump -nonrelocatable QtRemoteObjects 5.14'
+// 'qmlplugindump -nonrelocatable QtRemoteObjects 5.15'
Module {
dependencies: ["QtQuick 2.0"]
@@ -16,6 +16,40 @@ Module {
exportMetaObjectRevisions: [0]
}
Component {
+ name: "QRemoteObjectHost"
+ prototype: "QRemoteObjectHostBase"
+ exports: ["QtRemoteObjects/Host 5.15"]
+ exportMetaObjectRevisions: [0]
+ Property { name: "hostUrl"; type: "QUrl" }
+ }
+ Component {
+ name: "QRemoteObjectHostBase"
+ prototype: "QRemoteObjectNode"
+ Enum {
+ name: "AllowedSchemas"
+ values: {
+ "BuiltInSchemasOnly": 0,
+ "AllowExternalRegistration": 1
+ }
+ }
+ Method {
+ name: "enableRemoting"
+ type: "bool"
+ Parameter { name: "object"; type: "QObject"; isPointer: true }
+ Parameter { name: "name"; type: "string" }
+ }
+ Method {
+ name: "enableRemoting"
+ type: "bool"
+ Parameter { name: "object"; type: "QObject"; isPointer: true }
+ }
+ Method {
+ name: "disableRemoting"
+ type: "bool"
+ Parameter { name: "remoteObject"; type: "QObject"; isPointer: true }
+ }
+ }
+ Component {
name: "QRemoteObjectNode"
prototype: "QObject"
exports: ["QtRemoteObjects/Node 5.12"]