QPalette Fix documentation typo

compliments -> complements

Pick-to: 6.6
Change-Id: I5457582299d9cd7d39c8f17ad445cdb796bc8e59
Reviewed-by: Andreas Eliasson <andreas.eliasson@qt.io>
This commit is contained in:
Axel Spoerl 2023-06-08 07:45:50 +02:00
parent e3c6754760
commit 203550cf76

View File

@ -549,7 +549,7 @@ static void qt_palette_from_color(QPalette &pal, const QColor &button)
Qt::darkBlue.
\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
the users' choice of desktop personalisation.
Styling of interactive components is a typical use case.