Update documentation for QPalette::accent API

The documentation for QPalette::accent had been missed and its updated
as part of this patchset.

Amends patchset 17c589df94a2245ee92d45839c2cba73566d7310.

Fixes: QTBUG-116930
Change-Id: Iaa53e15dbecaa3c741e2db013c96b4424be39e91
Reviewed-by: Jan Arve Sæther <jan-arve.saether@qt.io>
(cherry picked from commit e418980b2fbd60a778f469b0d6852aab28df9001)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Santhosh Kumar 2023-09-11 12:19:59 +02:00 committed by Qt Cherry-pick Bot
parent df1f97a5b2
commit 41a21e8ac3

View File

@ -348,6 +348,14 @@ static void qt_palette_from_color(QPalette &pal, const QColor &button)
\sa ColorRole, brush()
*/
/*!
\fn const QBrush & QPalette::accent() const
Returns the accent brush of the current color group.
\sa ColorRole, brush()
*/
/*!
\fn const QBrush & QPalette::link() const