From e27766c5e2b61e5a9045405f965ff5f381c2eb4c Mon Sep 17 00:00:00 2001 From: Volker Hilsheimer Date: Wed, 1 Mar 2023 12:01:14 +0100 Subject: [PATCH] Doc: fix qdoc warning The \brief of a class documentation needs to end with a full stop. Change-Id: Ia609d7bc6695e785207c0bf4e570a5edeaeaf460 Reviewed-by: Marc Mutz Reviewed-by: --- src/corelib/kernel/qproperty.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/corelib/kernel/qproperty.cpp b/src/corelib/kernel/qproperty.cpp index e52a8deb4e..2e88a25ac1 100644 --- a/src/corelib/kernel/qproperty.cpp +++ b/src/corelib/kernel/qproperty.cpp @@ -244,7 +244,7 @@ void Qt::endPropertyUpdateGroup() \class QScopedPropertyUpdateGroup \inmodule QtCore \ingroup tools - \brief RAII class around Qt::beginPropertyUpdateGroup()/Qt::endPropertyUpdateGroup() + \brief RAII class around Qt::beginPropertyUpdateGroup()/Qt::endPropertyUpdateGroup(). This class calls Qt::beginPropertyUpdateGroup() in its constructor and Qt::endPropertyUpdateGroup() in its destructor, making sure the latter