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