From bf2bc292a85c388cbbb9cf0a8f8cff7ced3822e1 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. Change-Id: I23235ae8516a53cf09c00b0daedc054df2f0cfa8 Reviewed-by: Paul Wicking (cherry picked from commit 42e164f5ad7f279d3b7862d5882ba6705db596d2) Reviewed-by: Qt Cherry-pick Bot --- 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 785572e73b9..a64b8a2cb6a 100644 --- a/src/gui/kernel/qpalette.cpp +++ b/src/gui/kernel/qpalette.cpp @@ -350,6 +350,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.