diff options
author | Volker Hilsheimer <[email protected]> | 2025-03-22 14:40:25 +0100 |
---|---|---|
committer | Volker Hilsheimer <[email protected]> | 2025-03-23 03:16:38 +0100 |
commit | 984074eea2781e0672010c5e3bff2273422ec190 (patch) | |
tree | 69d6bed07ddb705d085a3f86999b7969966ee34e | |
parent | 9f2db4acd7d063b884cf3ad4f085f1644ba925db (diff) |
Doc: remove stray 's'
Amends 4409edc14b8a593640c1eb22560a6ba249336163.
Pick-to: 6.9 6.8
Change-Id: I1502e0d63a845c5deb476af1c37cb89a6cc43c6c
Reviewed-by: Christian Ehrlicher <[email protected]>
-rw-r--r-- | src/widgets/itemviews/qitemdelegate.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/itemviews/qitemdelegate.cpp b/src/widgets/itemviews/qitemdelegate.cpp index ae530497c70..ccc35fd807b 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. */ |