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:
parent
3154aec540
commit
e27766c5e2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user