summaryrefslogtreecommitdiffstats
path: root/src/imports/opcua/opcuarelativenodeid.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/opcua/opcuarelativenodeid.cpp')
-rw-r--r--src/imports/opcua/opcuarelativenodeid.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imports/opcua/opcuarelativenodeid.cpp b/src/imports/opcua/opcuarelativenodeid.cpp
index f51425d..3963361 100644
--- a/src/imports/opcua/opcuarelativenodeid.cpp
+++ b/src/imports/opcua/opcuarelativenodeid.cpp
@@ -162,11 +162,11 @@ void OpcUaRelativeNodeId::clearPaths(QQmlListProperty<OpcUaRelativeNodePath>* li
reinterpret_cast< OpcUaRelativeNodeId* >(list->data)->clearPaths();
}
-OpcUaRelativeNodePath* OpcUaRelativeNodeId::path(QQmlListProperty<OpcUaRelativeNodePath>* list, int i) {
+OpcUaRelativeNodePath* OpcUaRelativeNodeId::path(QQmlListProperty<OpcUaRelativeNodePath>* list, qsizetype i) {
return reinterpret_cast< OpcUaRelativeNodeId* >(list->data)->path(i);
}
-int OpcUaRelativeNodeId::pathCount(QQmlListProperty<OpcUaRelativeNodePath>* list) {
+qsizetype OpcUaRelativeNodeId::pathCount(QQmlListProperty<OpcUaRelativeNodePath>* list) {
return reinterpret_cast< OpcUaRelativeNodeId* >(list->data)->pathCount();
}