summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/opcua/client/qopcuagdsclient.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opcua/client/qopcuagdsclient.cpp b/src/opcua/client/qopcuagdsclient.cpp
index 07fbf71..6ae209e 100644
--- a/src/opcua/client/qopcuagdsclient.cpp
+++ b/src/opcua/client/qopcuagdsclient.cpp
@@ -1810,7 +1810,7 @@ void QOpcUaGdsClientPrivate::handleGetTrustListFinished(const QVariant &result,
return;
}
- QObject::connect(m_trustListNode, &QOpcUaNode::attributeUpdated, [this, q](QOpcUa::NodeAttribute attr, QVariant value) {
+ QObject::connect(m_trustListNode, &QOpcUaNode::attributeUpdated, [q](QOpcUa::NodeAttribute attr, QVariant value) {
Q_UNUSED(value);
if (attr == QOpcUa::NodeAttribute::Value)
emit q->trustListUpdated();