summaryrefslogtreecommitdiffstats
path: root/src/imports/opcua/opcuavaluenode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/opcua/opcuavaluenode.cpp')
-rw-r--r--src/imports/opcua/opcuavaluenode.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/imports/opcua/opcuavaluenode.cpp b/src/imports/opcua/opcuavaluenode.cpp
index cd42595..e8ca301 100644
--- a/src/imports/opcua/opcuavaluenode.cpp
+++ b/src/imports/opcua/opcuavaluenode.cpp
@@ -162,10 +162,7 @@ void OpcUaValueNode::setupNode(const QString &absolutePath)
m_monitoredState = true;
emit monitoredChanged(m_monitoredState);
qCDebug(QT_OPCUA_PLUGINS_QML) << "Monitoring was enabled for node" << resolvedNode().fullNodeId();
- if (m_connection->backend() != QLatin1String("open62541")) {
- // This line triggers a bug in open62541. When it is fixed the call should be unconditional.
- updateFilters();
- }
+ updateFilters();
} else {
qCWarning(QT_OPCUA_PLUGINS_QML) << "Failed to enable monitoring for node" << resolvedNode().fullNodeId();
setStatus(Status::FailedToSetupMonitoring);