summaryrefslogtreecommitdiffstats
path: root/src/imports/opcua/opcuasimpleattributeoperand.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/opcua/opcuasimpleattributeoperand.cpp')
-rw-r--r--src/imports/opcua/opcuasimpleattributeoperand.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imports/opcua/opcuasimpleattributeoperand.cpp b/src/imports/opcua/opcuasimpleattributeoperand.cpp
index 75dec51..4226112 100644
--- a/src/imports/opcua/opcuasimpleattributeoperand.cpp
+++ b/src/imports/opcua/opcuasimpleattributeoperand.cpp
@@ -229,12 +229,12 @@ void OpcUaSimpleAttributeOperand::appendBrowsePathElement(QQmlListProperty<OpcUa
reinterpret_cast<OpcUaSimpleAttributeOperand*>(list->data)->appendBrowsePathElement(nodeId);
}
-int OpcUaSimpleAttributeOperand::browsePathSize(QQmlListProperty<OpcUaNodeId> *list)
+qsizetype OpcUaSimpleAttributeOperand::browsePathSize(QQmlListProperty<OpcUaNodeId> *list)
{
return reinterpret_cast<OpcUaSimpleAttributeOperand*>(list->data)->browsePathSize();
}
-OpcUaNodeId *OpcUaSimpleAttributeOperand::browsePathElement(QQmlListProperty<OpcUaNodeId> *list, int index)
+OpcUaNodeId *OpcUaSimpleAttributeOperand::browsePathElement(QQmlListProperty<OpcUaNodeId> *list, qsizetype index)
{
return reinterpret_cast<OpcUaSimpleAttributeOperand*>(list->data)->browsePathElement(index);
}