From 42e164f5ad7f279d3b7862d5882ba6705db596d2 Mon Sep 17 00:00:00 2001 From: Santhosh Kumar Date: Mon, 11 Sep 2023 13:49:48 +0200 Subject: [PATCH] Update version for QPalette::accent API in documentation Follow up patch to 3c391c159ce0e29a9a654edee45bd64bcde6ccd2. Pick-to: 6.6 Change-Id: I23235ae8516a53cf09c00b0daedc054df2f0cfa8 Reviewed-by: Paul Wicking --- src/gui/kernel/qpalette.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/kernel/qpalette.cpp b/src/gui/kernel/qpalette.cpp index 449ba080af..c1cd7948b6 100644 --- a/src/gui/kernel/qpalette.cpp +++ b/src/gui/kernel/qpalette.cpp @@ -311,6 +311,7 @@ static void qt_palette_from_color(QPalette &pal, const QColor &button) /*! \fn const QBrush & QPalette::accent() const + \since 6.6 Returns the accent brush of the current color group.