summaryrefslogtreecommitdiffstats
path: root/examples/widgets/doc/src/completer.qdoc
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2013-01-14 16:02:30 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-01-27 10:21:53 +0100
commit9ccd00703dabd9cc34052aab23ee95a0d805c00c (patch)
tree52983f1999cf2b92d6d6dd3486934157dc192d20 /examples/widgets/doc/src/completer.qdoc
parentd089ecb711afcd13a32e24103e270ba000cdc68c (diff)
Doc: Widgets/Tools examples: fix group and missing images
Adds two images missing from Completer example documentation and fixes typos in \ingroup parameter. Change-Id: I2a9c1a22c65145dba37b182a82c19f4f0e424ca7 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'examples/widgets/doc/src/completer.qdoc')
-rw-r--r--examples/widgets/doc/src/completer.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/doc/src/completer.qdoc b/examples/widgets/doc/src/completer.qdoc
index d74e19f28b..dcb15d2ef8 100644
--- a/examples/widgets/doc/src/completer.qdoc
+++ b/examples/widgets/doc/src/completer.qdoc
@@ -28,7 +28,7 @@
/*!
\example tools/completer
\title Completer Example
- \ingroup example-widgets-tools
+ \ingroup examples-widgets-tools
\brief The Completer example shows how to provide string-completion facilities
for an input widget based on data provided by a model.