summaryrefslogtreecommitdiffstats
path: root/doc/src/examples/collidingmice-example.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/examples/collidingmice-example.qdoc')
-rw-r--r--doc/src/examples/collidingmice-example.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/examples/collidingmice-example.qdoc b/doc/src/examples/collidingmice-example.qdoc
index 4bdd79d..e7c475a 100644
--- a/doc/src/examples/collidingmice-example.qdoc
+++ b/doc/src/examples/collidingmice-example.qdoc
@@ -29,7 +29,7 @@
\example graphicsview/collidingmice
\title Colliding Mice Example
- The Colliding Mice example shows how to use the Graphics View
+ \brief The Colliding Mice example shows how to use the Graphics View
framework to implement animated items and detect collision between
items.
@@ -265,4 +265,4 @@
Doing the animation with a single timer connect to advance the scene ensures that all the
mice are moved at one point and, more importantly, only one update is sent to the screen
after all the mice have moved.
-*/ \ No newline at end of file
+*/