summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Keller <Rainer.Keller@qt.io>2018-09-21 15:36:57 +0200
committerRainer Keller <Rainer.Keller@qt.io>2018-09-24 06:07:13 +0000
commit1a06f3fb42754078f816ff8c6a0ab8cfd7b7a24e (patch)
tree45b5298619a9d1a3c9c396a5fca3357b36dcf7cf
parentcd690cc82b04c4285d2ec5a633ec596b71e5314d (diff)
qml: QLocalizedText is now used directly without a wrapperv5.12.0-beta1
Change-Id: Id781325faaf032ffe104ea4ce6d7017a74a8240c Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
-rw-r--r--src/imports/opcua/plugins.qmltypes12
1 files changed, 2 insertions, 10 deletions
diff --git a/src/imports/opcua/plugins.qmltypes b/src/imports/opcua/plugins.qmltypes
index 2c48221..922280c 100644
--- a/src/imports/opcua/plugins.qmltypes
+++ b/src/imports/opcua/plugins.qmltypes
@@ -15,14 +15,6 @@ Module {
exportMetaObjectRevisions: [0]
}
Component {
- name: "LocalizedText"
- exports: ["QtOpcUa/LocalizedText 5.12"]
- isCreatable: false
- exportMetaObjectRevisions: [0]
- Property { name: "locale"; type: "string" }
- Property { name: "text"; type: "string" }
- }
- Component {
name: "OpcUaConnection"
prototype: "QObject"
exports: ["QtOpcUa/Connection 5.12"]
@@ -65,8 +57,8 @@ Module {
Property { name: "readyToUse"; type: "bool"; isReadonly: true }
Property { name: "browseName"; type: "string" }
Property { name: "nodeClass"; type: "QOpcUa::NodeClass"; isReadonly: true }
- Property { name: "displayName"; type: "LocalizedText" }
- Property { name: "description"; type: "LocalizedText" }
+ Property { name: "displayName"; type: "QOpcUa::QLocalizedText" }
+ Property { name: "description"; type: "QOpcUa::QLocalizedText" }
Signal {
name: "nodeIdChanged"
Parameter { name: "nodeId"; type: "const OpcUaNodeIdType"; isPointer: true }