summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.
*/