QPalette Fix documentation typo

compliments -> complements

Change-Id: I5457582299d9cd7d39c8f17ad445cdb796bc8e59
Reviewed-by: Andreas Eliasson <andreas.eliasson@qt.io>
(cherry picked from commit 203550cf76ef00b5c2c003be335cb61cb88beda4)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Axel Spoerl 2023-06-08 07:45:50 +02:00 committed by Qt Cherry-pick Bot
parent 4d2dfbaf3e
commit af152ff825

View File

@ -549,7 +549,7 @@ static void qt_palette_from_color(QPalette &pal, const QColor &button)
Qt::darkBlue. Qt::darkBlue.
\value [since 6.6] AccentColor \value [since 6.6] AccentColor
A color that typically contrasts or compliments A color that typically contrasts or complements
Base, Window and Button colors. It usually represents Base, Window and Button colors. It usually represents
the users' choice of desktop personalisation. the users' choice of desktop personalisation.
Styling of interactive components is a typical use case. Styling of interactive components is a typical use case.