summaryrefslogtreecommitdiffstats
path: root/examples/widgets/doc/src/collidingmice-example.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/doc/src/collidingmice-example.qdoc')
-rw-r--r--examples/widgets/doc/src/collidingmice-example.qdoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/widgets/doc/src/collidingmice-example.qdoc b/examples/widgets/doc/src/collidingmice-example.qdoc
index 1d0edd1ceb..a1b8e0e141 100644
--- a/examples/widgets/doc/src/collidingmice-example.qdoc
+++ b/examples/widgets/doc/src/collidingmice-example.qdoc
@@ -4,6 +4,7 @@
/*!
\example graphicsview/collidingmice
\title Colliding Mice Example
+ \examplecategory {Graphics}
\brief Demonstrates how to animate items on a graphics view.
\ingroup examples-graphicsview
@@ -137,7 +138,7 @@
Because the complexity of arbitrary shape-shape intersection grows
with an order of magnitude when the shapes are complex, this
- operation can be noticably time consuming. An alternative approach
+ operation can be noticeably time consuming. An alternative approach
is to reimplement the \l
{QGraphicsItem::collidesWithItem()}{collidesWithItem()} function
to provide your own custom item and shape collision algorithm.