summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJannis Voelker <jannis.voelker@basyskom.com>2018-04-04 15:01:12 +0200
committerFrank Meerkoetter <frank.meerkoetter@basyskom.com>2018-04-05 18:11:09 +0000
commitd3eb70ec825005c922ccee920de2c0043edc1137 (patch)
treeb3ae433ad5b5af6f7ea588ceaa0bb7d16c05c4d4
parent2882b8cc585e6b02adfc1f351c1f1bf066011667 (diff)
Fix docs for QOpcUaNode::attributeError()
Write operations also update the attribute error, as stated in the detailed description of QOpcUaNode. Change-Id: I77353471202fde53da5db9dcd597f20dea4263b7 Reviewed-by: Alex Blasche <alexander.blasche@qt.io> Reviewed-by: Frank Meerkoetter <frank.meerkoetter@basyskom.com>
-rw-r--r--src/opcua/client/qopcuanode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opcua/client/qopcuanode.cpp b/src/opcua/client/qopcuanode.cpp
index 73a545f..c780827 100644
--- a/src/opcua/client/qopcuanode.cpp
+++ b/src/opcua/client/qopcuanode.cpp
@@ -283,7 +283,7 @@ QVariant QOpcUaNode::attribute(QOpcUa::NodeAttribute attribute) const
/*!
Returns the error code for the attribute given in \a attribute.
- The error code is only valid after the \l attributeRead signal has been emitted.
+ The error code is only valid after the \l attributeRead or \l attributeWritten signal has been emitted.
\sa QOpcUa::errorCategory
*/