From af152ff8252034c5a9485907bf7b8334c29ec9f1 Mon Sep 17 00:00:00 2001 From: Axel Spoerl Date: Thu, 8 Jun 2023 07:45:50 +0200 Subject: [PATCH] QPalette Fix documentation typo compliments -> complements Change-Id: I5457582299d9cd7d39c8f17ad445cdb796bc8e59 Reviewed-by: Andreas Eliasson (cherry picked from commit 203550cf76ef00b5c2c003be335cb61cb88beda4) Reviewed-by: Qt Cherry-pick Bot --- src/gui/kernel/qpalette.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/kernel/qpalette.cpp b/src/gui/kernel/qpalette.cpp index ac7a1a9fefc..e0c0860c024 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.