summaryrefslogtreecommitdiffstats
path: root/examples/tools/doc/src
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tools/doc/src')
-rw-r--r--examples/tools/doc/src/customtype.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/tools/doc/src/customtype.qdoc b/examples/tools/doc/src/customtype.qdoc
index 6e6d08fb35..e016933e04 100644
--- a/examples/tools/doc/src/customtype.qdoc
+++ b/examples/tools/doc/src/customtype.qdoc
@@ -132,8 +132,8 @@
\section1 Further Reading
The custom \c Message type can also be used with direct signal-slot
- connections; see the \l{Custom Type Sending Example} for a demonstration
- of this.
+ connections.
+
To register a custom type for use with queued signals and slots, such as
those used in cross-thread communication, see the
\l{Queued Custom Type Example}.