Doc: fix qdoc warning

The \brief of a class documentation needs to end with a full stop.

Change-Id: Ia609d7bc6695e785207c0bf4e570a5edeaeaf460
Reviewed-by: Marc Mutz <marc.mutz@qt.io>
Reviewed-by: <safiyyah.moosa@qt.io>
This commit is contained in:
Volker Hilsheimer 2023-03-01 12:01:14 +01:00
parent 3154aec540
commit e27766c5e2

View File

@ -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