summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qpalette.cpp
diff options
context:
space:
mode:
authorAxel Spoerl <axel.spoerl@qt.io>2023-06-08 07:45:50 +0200
committerAxel Spoerl <axel.spoerl@qt.io>2023-06-08 13:04:45 +0200
commit203550cf76ef00b5c2c003be335cb61cb88beda4 (patch)
tree774c4dbf4138a331ad8a86ed1499cd05270e83af /src/gui/kernel/qpalette.cpp
parente3c6754760b23a9d6e7879c037f72bf768674572 (diff)
QPalette Fix documentation typo
compliments -> complements Pick-to: 6.6 Change-Id: I5457582299d9cd7d39c8f17ad445cdb796bc8e59 Reviewed-by: Andreas Eliasson <andreas.eliasson@qt.io>
Diffstat (limited to 'src/gui/kernel/qpalette.cpp')
-rw-r--r--src/gui/kernel/qpalette.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qpalette.cpp b/src/gui/kernel/qpalette.cpp
index ac7a1a9fef..e0c0860c02 100644
--- a/src/gui/kernel/qpalette.cpp
+++ b/src/gui/kernel/qpalette.cpp
@@ -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.