summaryrefslogtreecommitdiffstats
path: root/src/imports/opcua/opcuarelativenodeid.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/opcua/opcuarelativenodeid.h')
-rw-r--r--src/imports/opcua/opcuarelativenodeid.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imports/opcua/opcuarelativenodeid.h b/src/imports/opcua/opcuarelativenodeid.h
index 5d7f6db..9b9eab8 100644
--- a/src/imports/opcua/opcuarelativenodeid.h
+++ b/src/imports/opcua/opcuarelativenodeid.h
@@ -71,8 +71,8 @@ public slots:
private:
static void appendPath(QQmlListProperty<OpcUaRelativeNodePath>*, OpcUaRelativeNodePath *);
- static int pathCount(QQmlListProperty<OpcUaRelativeNodePath>*);
- static OpcUaRelativeNodePath* path(QQmlListProperty<OpcUaRelativeNodePath>*, int);
+ static qsizetype pathCount(QQmlListProperty<OpcUaRelativeNodePath>*);
+ static OpcUaRelativeNodePath* path(QQmlListProperty<OpcUaRelativeNodePath>*, qsizetype);
static void clearPaths(QQmlListProperty<OpcUaRelativeNodePath>*);
OpcUaNodeIdType *m_startNode = nullptr;