qtgrpc/examples/grpc/chat
Dennis Oberst 19fca04537 Prefer the usage of SingleShotConnection
Currently we're doing something manually, which, since Qt6 is a
dedicated feature. Use that instead for less error-prone disconnections
for our single-shot signals.

Lets not re-invent the wheel for something that has been (potentially
faster rather then slower) invented for this exact usecase.

We will promote the usage of Qt::SingleShotConnection, so as good
teachers we should be using it as well.

Pick-to: 6.8
Change-Id: I3b2b9f176f06d91b4d0946a38c53a4c2614c8a01
Reviewed-by:  Alexey Edelev <alexey.edelev@qt.io>
2024-09-20 15:48:06 +02:00
..
client Prefer the usage of SingleShotConnection 2024-09-20 15:48:06 +02:00
proto Format the .proto files according to the clang-format rules 2023-08-23 10:02:50 +02:00
server Warn if users attempt building gRPC servers using MinGW 2024-08-23 12:34:14 +02:00
CMakeLists.txt Correct license for example files 2024-03-15 14:28:25 +01:00