diff options
-rw-r--r-- | src/imports/remoteobjects/plugins.qmltypes | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/src/imports/remoteobjects/plugins.qmltypes b/src/imports/remoteobjects/plugins.qmltypes index 1a31afa..9ec61f3 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.13' +// 'qmlplugindump -nonrelocatable QtRemoteObjects 5.14' Module { dependencies: ["QtQuick 2.0"] @@ -72,4 +72,23 @@ Module { exports: ["QtRemoteObjects/SettingsStore 5.12"] exportMetaObjectRevisions: [0] } + Component { + name: "QtQmlRemoteObjects" + prototype: "QObject" + exports: ["QtRemoteObjects/QtRemoteObjects 5.14"] + isCreatable: false + isSingleton: true + exportMetaObjectRevisions: [0] + Method { + name: "watch" + type: "QJSValue" + Parameter { name: "reply"; type: "QRemoteObjectPendingCall" } + Parameter { name: "timeout"; type: "int" } + } + Method { + name: "watch" + type: "QJSValue" + Parameter { name: "reply"; type: "QRemoteObjectPendingCall" } + } + } } |