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