summaryrefslogtreecommitdiffstats
path: root/doc/src/examples/customcompleter.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/examples/customcompleter.qdoc')
-rw-r--r--doc/src/examples/customcompleter.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/examples/customcompleter.qdoc b/doc/src/examples/customcompleter.qdoc
index f0d5698..27e2ea7 100644
--- a/doc/src/examples/customcompleter.qdoc
+++ b/doc/src/examples/customcompleter.qdoc
@@ -29,9 +29,9 @@
\example tools/customcompleter
\title Custom Completer Example
- The Custom Completer example shows how to provide string-completion
- facilities for an input widget based on data provided by a model. The
- completer pops up suggestions for possible words based on the first three
+ \brief The Custom Completer example shows how to provide string-completion
+ facilities for an input widget based on data provided by a model.
+ The completer pops up suggestions for possible words based on the first three
characters input by the user and the user's choice of word is inserted
into the \c TextEdit using QTextCursor.