summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2024-01-05 11:29:32 +0100
committerKai Köhne <kai.koehne@qt.io>2024-01-08 12:39:12 +0100
commit440aae5e3d375305a18f967ece1f5a06c721e7c1 (patch)
tree13d3d88522a916d1fbc96c6dcf856ce59c006303
parent68e2110d873b7ab112dc17c17c9ded96ff9afb97 (diff)
Doc: Add version info for new timestampsToReturn API
Pick-to: 6.7 Change-Id: I2cf270dc8225b633f38d3dd7e76da91966e2953b Reviewed-by: Jannis Völker <jannis.voelker@basyskom.com>
-rw-r--r--src/opcua/client/qopcuahistoryreadrawrequest.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/opcua/client/qopcuahistoryreadrawrequest.cpp b/src/opcua/client/qopcuahistoryreadrawrequest.cpp
index d55ab68..668868e 100644
--- a/src/opcua/client/qopcuahistoryreadrawrequest.cpp
+++ b/src/opcua/client/qopcuahistoryreadrawrequest.cpp
@@ -175,6 +175,8 @@ void QOpcUaHistoryReadRawRequest::setReturnBounds(bool returnBounds)
/*!
Returns the selected timestamps to return for each value.
+
+ \since 6.7
*/
QOpcUa::TimestampsToReturn QOpcUaHistoryReadRawRequest::timestampsToReturn() const
{
@@ -183,6 +185,8 @@ QOpcUa::TimestampsToReturn QOpcUaHistoryReadRawRequest::timestampsToReturn() con
/*!
Sets the selected timestamps to return for each value to \a timestampsToReturn.
+
+ \since 6.7
*/
void QOpcUaHistoryReadRawRequest::setTimestampsToReturn(QOpcUa::TimestampsToReturn timestampsToReturn)
{