summaryrefslogtreecommitdiffstats
path: root/examples/widgets/doc/src/composition.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/doc/src/composition.qdoc')
-rw-r--r--examples/widgets/doc/src/composition.qdoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/widgets/doc/src/composition.qdoc b/examples/widgets/doc/src/composition.qdoc
index 99fc066110..a8adcd2549 100644
--- a/examples/widgets/doc/src/composition.qdoc
+++ b/examples/widgets/doc/src/composition.qdoc
@@ -4,6 +4,7 @@
/*!
\example painting/composition
\title Composition Modes
+ \examplecategory {Graphics}
\ingroup examples-painting
\brief Demonstrates how Composition Modes work in QPainter.
@@ -18,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.
*/