From f234dac1f9401c49b7c82135bdf9c1df7d324cc5 Mon Sep 17 00:00:00 2001 From: Volker Hilsheimer Date: Sat, 22 Mar 2025 14:40:25 +0100 Subject: [PATCH] Doc: remove stray 's' Amends 4409edc14b8a593640c1eb22560a6ba249336163. Pick-to: 6.8 Change-Id: I1502e0d63a845c5deb476af1c37cb89a6cc43c6c Reviewed-by: Christian Ehrlicher (cherry picked from commit 984074eea2781e0672010c5e3bff2273422ec190) Reviewed-by: Qt Cherry-pick Bot --- src/widgets/itemviews/qitemdelegate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/itemviews/qitemdelegate.cpp b/src/widgets/itemviews/qitemdelegate.cpp index be17dcc8c74..9b43f19f3bc 100644 --- a/src/widgets/itemviews/qitemdelegate.cpp +++ b/src/widgets/itemviews/qitemdelegate.cpp @@ -757,7 +757,7 @@ void QItemDelegate::drawCheck(QPainter *painter, } /*! -s Renders the item background for the given \a index, + Renders the item background for the given \a index, using the given \a painter and style \a option. */