summaryrefslogtreecommitdiffstats
path: root/src/imports/opcua/opcuaattributeoperand.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/opcua/opcuaattributeoperand.h')
-rw-r--r--src/imports/opcua/opcuaattributeoperand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imports/opcua/opcuaattributeoperand.h b/src/imports/opcua/opcuaattributeoperand.h
index 7ff05d8..1fd16c6 100644
--- a/src/imports/opcua/opcuaattributeoperand.h
+++ b/src/imports/opcua/opcuaattributeoperand.h
@@ -84,8 +84,8 @@ signals:
private:
static void appendBrowsePathElement(QQmlListProperty<OpcUaRelativeNodePath> *list, OpcUaRelativeNodePath *nodeId);
- static int browsePathSize(QQmlListProperty<OpcUaRelativeNodePath> *list);
- static OpcUaRelativeNodePath* browsePathElement(QQmlListProperty<OpcUaRelativeNodePath> *list, int index);
+ static qsizetype browsePathSize(QQmlListProperty<OpcUaRelativeNodePath> *list);
+ static OpcUaRelativeNodePath* browsePathElement(QQmlListProperty<OpcUaRelativeNodePath> *list, qsizetype index);
static void clearBrowsePath(QQmlListProperty<OpcUaRelativeNodePath> *list);
QList<OpcUaRelativeNodePath*> m_browsePath;