Update documentation for QPalette::accent API

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

Amends patchset 17c589df94.

Fixes: QTBUG-116930
Pick-to: 6.6
Change-Id: Iaa53e15dbecaa3c741e2db013c96b4424be39e91
Reviewed-by: Jan Arve Sæther <jan-arve.saether@qt.io>
This commit is contained in:
Santhosh Kumar 2023-09-11 12:19:59 +02:00
parent 7efc0f6f19
commit e418980b2f

View File

@ -309,6 +309,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