summaryrefslogtreecommitdiffstats
path: root/examples/widgets/doc/src/calculator.qdoc
diff options
context:
space:
mode:
authorJan Arve Saether <jan-arve.saether@digia.com>2012-10-22 13:39:07 +0200
committerJan Arve Sæther <jan-arve.saether@digia.com>2012-10-24 09:41:42 +0200
commit294dbc7bfd77ef0be439fc2157d057e6e100c5c5 (patch)
tree3c5a1257cc265b9b8f795107169866515bd90e5b /examples/widgets/doc/src/calculator.qdoc
parent1c370b2215dbef4f7a9c4adcb26ede5faf980922 (diff)
Use \annotatedlist for list of examples instead of "manual links"
Change-Id: Id945fd35f5eb6a6d11156d4a1356f99cc49405e2 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'examples/widgets/doc/src/calculator.qdoc')
-rw-r--r--examples/widgets/doc/src/calculator.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/widgets/doc/src/calculator.qdoc b/examples/widgets/doc/src/calculator.qdoc
index 1e6f9617fe..ee5df0e226 100644
--- a/examples/widgets/doc/src/calculator.qdoc
+++ b/examples/widgets/doc/src/calculator.qdoc
@@ -28,8 +28,8 @@
/*!
\example widgets/calculator
\title Calculator Example
-
- The example shows how to use signals and slots to implement the
+ \ingroup examples-widgets
+ \brief The example shows how to use signals and slots to implement the
functionality of a calculator widget, and how to use QGridLayout
to place child widgets in a grid.