summaryrefslogtreecommitdiffstats
path: root/src/imports/opcua/opcuaattributeoperand.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/opcua/opcuaattributeoperand.cpp')
-rw-r--r--src/imports/opcua/opcuaattributeoperand.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imports/opcua/opcuaattributeoperand.cpp b/src/imports/opcua/opcuaattributeoperand.cpp
index 3223651..28e1303 100644
--- a/src/imports/opcua/opcuaattributeoperand.cpp
+++ b/src/imports/opcua/opcuaattributeoperand.cpp
@@ -222,12 +222,12 @@ void OpcUaAttributeOperand::appendBrowsePathElement(QQmlListProperty<OpcUaRelati
reinterpret_cast<OpcUaAttributeOperand*>(list->data)->appendBrowsePathElement(nodeId);
}
-int OpcUaAttributeOperand::browsePathSize(QQmlListProperty<OpcUaRelativeNodePath> *list)
+qsizetype OpcUaAttributeOperand::browsePathSize(QQmlListProperty<OpcUaRelativeNodePath> *list)
{
return reinterpret_cast<OpcUaAttributeOperand*>(list->data)->browsePathSize();
}
-OpcUaRelativeNodePath *OpcUaAttributeOperand::browsePathElement(QQmlListProperty<OpcUaRelativeNodePath> *list, int index)
+OpcUaRelativeNodePath *OpcUaAttributeOperand::browsePathElement(QQmlListProperty<OpcUaRelativeNodePath> *list, qsizetype index)
{
return reinterpret_cast<OpcUaAttributeOperand*>(list->data)->browsePathElement(index);
}