summaryrefslogtreecommitdiffstats
path: root/examples/widgets/doc
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@qt.io>2023-07-14 12:14:33 +0200
committerPaul Olav Tvete <paul.tvete@qt.io>2023-07-14 14:56:42 +0200
commit631cb589bf53223648376c72d588a7914e463924 (patch)
treed4ae5ecf83dbfa5bcf7bd27cc110e1627d20aa55 /examples/widgets/doc
parentd3c08df330f615dc3a248fd0c346a5c1ad6e1c38 (diff)
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 <eskil.abrahamsen-blomfeldt@qt.io>
Diffstat (limited to 'examples/widgets/doc')
-rw-r--r--examples/widgets/doc/src/composition.qdoc2
1 files changed, 1 insertions, 1 deletions
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.
*/