From 9ccd00703dabd9cc34052aab23ee95a0d805c00c Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Mon, 14 Jan 2013 16:02:30 +0100 Subject: 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 --- examples/widgets/doc/src/completer.qdoc | 2 +- examples/widgets/doc/src/regexp.qdoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/widgets/doc/src') diff --git a/examples/widgets/doc/src/completer.qdoc b/examples/widgets/doc/src/completer.qdoc index d74e19f28ba..dcb15d2ef89 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. diff --git a/examples/widgets/doc/src/regexp.qdoc b/examples/widgets/doc/src/regexp.qdoc index 562075caced..9dc3878c105 100644 --- a/examples/widgets/doc/src/regexp.qdoc +++ b/examples/widgets/doc/src/regexp.qdoc @@ -28,7 +28,7 @@ /*! \example tools/regexp \title Regular Expressions Example - \ingroup example-widgets-tools + \ingroup examples-widgets-tools \brief The Regular Expressions (RegExp) example shows how regular expressions in Qt are applied to text by providing an environment in which new regular expressions can be -- cgit v1.2.3