summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Eliasson <andreas.eliasson@qt.io>2023-03-10 09:54:19 +0100
committerAndreas Eliasson <andreas.eliasson@qt.io>2023-03-13 08:11:46 +0000
commit2312cbcab21496fe7656fdbf2622bf020f8e46c0 (patch)
tree0642c0076235c514a91f9fd9b12ca43e07eefd54
parentfda9744df6ca79229ff9a43740a32ca9950edc07 (diff)
Doc: Add full stop to \brief
Also, clang-format fixed the line length. Pick-to: 6.5 6.5.0 Change-Id: Ieaaf0aed2851ab210014b7fe1b0e5dc89d03e1bc Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
-rw-r--r--src/opcua/client/qopcuaconnectionsettings.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/opcua/client/qopcuaconnectionsettings.cpp b/src/opcua/client/qopcuaconnectionsettings.cpp
index 7060409..1b0312c 100644
--- a/src/opcua/client/qopcuaconnectionsettings.cpp
+++ b/src/opcua/client/qopcuaconnectionsettings.cpp
@@ -8,10 +8,10 @@ QT_BEGIN_NAMESPACE
/*!
\class QOpcUaConnectionSettings
\inmodule QtOpcUa
- \brief The common parameters for a connection to a server
+ \brief The common parameters for a connection to a server.
- This class stores common connection parameters like the session timeout, the secure channel lifetime
- and the localeIds.
+ This class stores common connection parameters like the session timeout, the
+ secure channel lifetime and the localeIds.
The information from this class is currently only used by the open62541 backend.
*/