Revamp Shared Memory Example: Revisit the documentation
Remove "Example" from the title. Extend the \brief. Task-number: QTBUG-108858 Change-Id: Ie8bd0c808503861027f80493c430e8ac1baada5f Reviewed-by: Ivan Solovev <ivan.solovev@qt.io> (cherry picked from commit 0132ad0fde1dc5046aa86e89d1550d0ce6c8e02a) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit aa21d402d3d29ccc7d2c1e2984fba01d58b6e0fb)
This commit is contained in:
parent
5121ffc21b
commit
0729d7679f
@ -3,10 +3,10 @@
|
||||
|
||||
/*!
|
||||
\example ipc/sharedmemory
|
||||
\title Shared Memory Example
|
||||
\title Shared Memory
|
||||
\ingroup examples-ipc
|
||||
\brief Demonstrates doing inter-process communication using shared memory with
|
||||
the QSharedMemory class.
|
||||
\brief Demonstrates how to share image data between different processes
|
||||
using the Shared Memory IPC mechanism.
|
||||
|
||||
The Shared Memory example shows how to use the QSharedMemory class
|
||||
to implement inter-process communication using shared memory. To
|
||||
|
Loading…
x
Reference in New Issue
Block a user