From 631cb589bf53223648376c72d588a7914e463924 Mon Sep 17 00:00:00 2001 From: Paul Olav Tvete Date: Fri, 14 Jul 2023 12:14:33 +0200 Subject: [PATCH] Doc fix: Use correct initials for Porter and Duff It's Thomas Porter and Tom Duff, not Xavier and Yoann. Pick-to: 6.6 6.5 Change-Id: I2e9345c06c299e9c0475831e21c3b9b85c58a32f Reviewed-by: Eskil Abrahamsen Blomfeldt --- examples/widgets/doc/src/composition.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/widgets/doc/src/composition.qdoc b/examples/widgets/doc/src/composition.qdoc index 99fc066110..f4b4037eb8 100644 --- a/examples/widgets/doc/src/composition.qdoc +++ b/examples/widgets/doc/src/composition.qdoc @@ -18,5 +18,5 @@ drawn on top of the destination. In addition to these standard modes, Qt defines the complete set of composition modes - as defined by X. Porter and Y. Duff. See the QPainter documentation for details. + as defined by T. Porter and T. Duff. See the QPainter documentation for details. */