summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2020-02-25 11:48:53 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2020-04-01 06:09:56 +0200
commit5ac51056f9b99ca6741e008bdd77cce10107bd91 (patch)
tree157d9c0f69d1664cba94e319a0b2ef3662518bab
parentd38330036a524c8ce178f23d49521be40aa92608 (diff)
Update plugins.qmltypes for 5.15v5.15.0-beta3
Task-number: QTBUG-82253 Change-Id: I272d32953cc39e7510d3cc1db200add155f48d25 Reviewed-by: Kai Koehne <kai.koehne@qt.io>
-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"]