summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc/src/custom-types.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/doc/src/custom-types.qdoc')
-rw-r--r--src/corelib/doc/src/custom-types.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/doc/src/custom-types.qdoc b/src/corelib/doc/src/custom-types.qdoc
index ed846aee83..bac4a90829 100644
--- a/src/corelib/doc/src/custom-types.qdoc
+++ b/src/corelib/doc/src/custom-types.qdoc
@@ -147,7 +147,7 @@
The output sent to the debug stream can, of course, be made as simple or as
complicated as you like. Note that the value returned by this function is
the QDebug object itself, though this is often obtained by calling the
- maybeSpace() member function of QDebug that pads out the stream with space
+ \l{QDebug::}{maybeSpace()} member function of QDebug that pads out the stream with space
characters to make it more readable.
\section1 Further Reading