summaryrefslogtreecommitdiffstats
path: root/doc/src/examples/sharedmemory.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/examples/sharedmemory.qdoc')
-rw-r--r--doc/src/examples/sharedmemory.qdoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/src/examples/sharedmemory.qdoc b/doc/src/examples/sharedmemory.qdoc
index f2263d523b..6970a9c7d2 100644
--- a/doc/src/examples/sharedmemory.qdoc
+++ b/doc/src/examples/sharedmemory.qdoc
@@ -28,6 +28,9 @@
/*!
\example ipc/sharedmemory
\title Shared Memory Example
+ \ingroup examples-ipc
+ \brief Demonstrates doing inter-process communication using shared memory with
+ the QSharedMemory class.
The Shared Memory example shows how to use the QSharedMemory class
to implement inter-process communication using shared memory. To