From 2312cbcab21496fe7656fdbf2622bf020f8e46c0 Mon Sep 17 00:00:00 2001 From: Andreas Eliasson Date: Fri, 10 Mar 2023 09:54:19 +0100 Subject: 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 --- src/opcua/client/qopcuaconnectionsettings.cpp | 6 +++--- 1 file 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. */ -- cgit v1.2.3