qt6-bb10/examples/corelib/ipc
Tor Arne Vestbø 0d517a1352 sharedmemory example: Handle QSharedMemory::AlreadyExists by attaching
Not all platforms clean up the shared memory entries on exit, so the
example needs to handle that case, by attaching instead, as documented.

Change-Id: Ifbcf92d0fad429caf30710bd8a344831cb0d859c
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2022-11-15 12:27:43 +01:00
..
doc Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
localfortuneclient Change the license of all CMakeLists.txt and *.cmake files to BSD 2022-08-23 23:58:42 +02:00
localfortuneserver Change the license of all CMakeLists.txt and *.cmake files to BSD 2022-08-23 23:58:42 +02:00
sharedmemory sharedmemory example: Handle QSharedMemory::AlreadyExists by attaching 2022-11-15 12:27:43 +01:00
CMakeLists.txt Change the license of all CMakeLists.txt and *.cmake files to BSD 2022-08-23 23:58:42 +02:00
README
ipc.pro examples: Add localserver feature check for localfortune examples 2018-01-27 11:19:06 +00:00

README

These examples demonstrate IPC support in Qt.


Documentation for these examples can be found via the Examples
link in the main Qt documentation.