qt6-bb10/examples/corelib/ipc/localfortuneclient
Rym Bouabid badb0818f5 Revamp Local Fortune Client Example: Create QString instead of char *
Create QString at compile time using the literal operator""s instead of
using pointer to characters. This way, no conversion or allocation will
occur at runtime.

Task-number: QTBUG-117036
Pick-to: 6.6 6.5
Change-Id: I9942ef8efa38de9ac5975799249a65fcb4c966c9
Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
2023-09-20 20:36:31 +02:00
..
CMakeLists.txt
client.cpp Revamp Local Fortune Client Example: Create QString instead of char * 2023-09-20 20:36:31 +02:00
client.h Revamp Local Fortune Client Example: Fix include order 2023-09-20 20:36:31 +02:00
localfortuneclient.pro
main.cpp Revamp Local Fortune Client Example: Fix include order 2023-09-20 20:36:31 +02:00