summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@qt.io>2023-07-14 12:14:33 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-09-12 18:12:34 +0000
commit0ef069956faa598b8f546c3b0126804f6f208c8d (patch)
treead144aac0fc44f33127828caf11bb3143491bc40
parentc02d99a7f96f59281f497ad16fefb71023039faa (diff)
Doc fix: Use correct initials for Porter and Duff
It's Thomas Porter and Tom Duff, not Xavier and Yoann. Change-Id: I2e9345c06c299e9c0475831e21c3b9b85c58a32f Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io> (cherry picked from commit 631cb589bf53223648376c72d588a7914e463924) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-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 d2610de91e..38cd34bc6f 100644
--- a/examples/widgets/doc/src/composition.qdoc
+++ b/examples/widgets/doc/src/composition.qdoc
@@ -19,5 +19,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.
*/