qtbase/examples/corelib/ipc
Samuel Gaist fd1405e61b examples: update local fortune example to use transaction
The local version of the fortune server and clients were not using the
transaction paradigm yet. This patches fixes it and makes the example in
line with the network version.

Pick-to: 6.6 6.5
Change-Id: Ieb68f67e2921f46acd682f81dfa5dc5b040c88f5
Reviewed-by: Christian Ehrlicher <ch.ehrlicher@gmx.de>
2023-12-04 22:13:26 +01:00
..
doc Revamp Local Fortune Server Example: Allow specifying the server name 2023-10-06 19:40:23 +02:00
localfortuneclient examples: update local fortune example to use transaction 2023-12-04 22:13:26 +01:00
localfortuneserver examples: update local fortune example to use transaction 2023-12-04 22:13:26 +01:00
sharedmemory Revamp Shared Memory Example: Change the used QSharedMemory constructor 2023-09-13 20:45:17 +02:00
CMakeLists.txt Examples: Use Qt6:: to qualify Qt CMake packages 2022-11-17 19:59:11 +01: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.