summaryrefslogtreecommitdiffstats
path: root/src/opcua/client/qopcuamonitoringparameters.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/opcua/client/qopcuamonitoringparameters.cpp')
-rw-r--r--src/opcua/client/qopcuamonitoringparameters.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/opcua/client/qopcuamonitoringparameters.cpp b/src/opcua/client/qopcuamonitoringparameters.cpp
index 9b9947a..6b43a90 100644
--- a/src/opcua/client/qopcuamonitoringparameters.cpp
+++ b/src/opcua/client/qopcuamonitoringparameters.cpp
@@ -464,7 +464,7 @@ QVariant QOpcUaMonitoringParameters::filter() const
If another data change filter or an event filter is present, it will be replaced.
If the server does not accept the filter, this will be indicated by the
- status code after the \l enableMonitoring() request has finished.
+ status code after the \l QOpcUaNode::enableMonitoring() request has finished.
\sa filter()
*/
@@ -477,7 +477,7 @@ void QOpcUaMonitoringParameters::setFilter(const QOpcUaMonitoringParameters::Dat
Request \a eventFilter as filter for the monitored item.
If another event filter or a data change filter is present, it will be replaced.
If the server does not accept the filter, this will be indicated by the
- status code and the event filter result after the \l enableMonitoring()
+ status code and the event filter result after the \l QOpcUaNode::enableMonitoring()
request has finished.
\sa filter()