summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJannis Voelker <jannis.voelker@basyskom.com>2018-08-07 07:53:25 +0200
committerJannis Völker <jannis.voelker@basyskom.com>2018-08-07 06:25:25 +0000
commit52d7b185c5cc5c9924ceefebad97fbcdb098c849 (patch)
tree86d43772b436578f61f589928a430d545eb32c7c /src
parentb37ea3b62227f27d6d11196139b11737564c6130 (diff)
Fix wrong \sa targets in the docs
Change-Id: I250f59f03229b1cba4bea515ebfe7af15505a56f Reviewed-by: Rainer Keller <Rainer.Keller@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/opcua/client/qopcuaclient.cpp4
-rw-r--r--src/opcua/client/qopcuanode.cpp2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/opcua/client/qopcuaclient.cpp b/src/opcua/client/qopcuaclient.cpp
index 8a21c69..52dc87f 100644
--- a/src/opcua/client/qopcuaclient.cpp
+++ b/src/opcua/client/qopcuaclient.cpp
@@ -169,7 +169,7 @@ Q_DECLARE_LOGGING_CATEGORY(QT_OPCUA)
there is a value together with timestamps and the status code in \a results.
\a serviceResult contains the status code from the OPC UA Read service.
- \sa batchRead() QOpcUaReadResult QOpcUaReadRequest
+ \sa batchRead() QOpcUaReadResult QOpcUaReadItem
*/
/*!
@@ -456,7 +456,7 @@ bool QOpcUaClient::findServers(const QUrl &url, const QStringList &localeIds, co
m_client->batchRead(request);
\endcode
- \sa QOpcUaReadRequest batchReadFinished()
+ \sa QOpcUaReadItem batchReadFinished()
*/
bool QOpcUaClient::batchRead(const QVector<QOpcUaReadItem> &nodesToRead)
{
diff --git a/src/opcua/client/qopcuanode.cpp b/src/opcua/client/qopcuanode.cpp
index 27bb89b..ad2b7e3 100644
--- a/src/opcua/client/qopcuanode.cpp
+++ b/src/opcua/client/qopcuanode.cpp
@@ -272,7 +272,7 @@ bool QOpcUaNode::readAttributeRange(QOpcUa::NodeAttribute attribute, const QStri
Returns \c true if the asynchronous call has been successfully dispatched.
- \sa readAttribute()
+ \sa readAttributes()
*/
bool QOpcUaNode::readValueAttribute()
{