Revamp Shared Memory Example: Revisit the documentation
Remove "Example" from the title. Extend the \brief. Task-number: QTBUG-108858 Pick-to: 6.6 6.5 Change-Id: Ie8bd0c808503861027f80493c430e8ac1baada5f Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
This commit is contained in:
parent
976f30dc59
commit
0132ad0fde
@ -3,10 +3,10 @@
|
|||||||
|
|
||||||
/*!
|
/*!
|
||||||
\example ipc/sharedmemory
|
\example ipc/sharedmemory
|
||||||
\title Shared Memory Example
|
\title Shared Memory
|
||||||
\ingroup examples-ipc
|
\ingroup examples-ipc
|
||||||
\brief Demonstrates doing inter-process communication using shared memory with
|
\brief Demonstrates how to share image data between different processes
|
||||||
the QSharedMemory class.
|
using the Shared Memory IPC mechanism.
|
||||||
|
|
||||||
The Shared Memory example shows how to use the QSharedMemory class
|
The Shared Memory example shows how to use the QSharedMemory class
|
||||||
to implement inter-process communication using shared memory. To
|
to implement inter-process communication using shared memory. To
|
||||||
|
Loading…
x
Reference in New Issue
Block a user