qtgrpc/examples/grpc/chat/client
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
..
CMakeLists.txt CMake: Make grpc chat example build as external project with qemu CI 2024-08-19 21:50:15 +02:00
ChatInputField.qml Adjust the licensing across the repo 2024-01-12 09:54:57 +01:00
ChatView.qml Adjust the licensing across the repo 2024-01-12 09:54:57 +01:00
Main.qml Adjust the licensing across the repo 2024-01-12 09:54:57 +01:00
chatmessagemodel.cpp Correct license for example files 2024-03-15 14:28:25 +01:00
chatmessagemodel.h Correct license for example files 2024-03-15 14:28:25 +01:00
main.cpp Correct license for example files 2024-03-15 14:28:25 +01:00
qt_logo_green_64x64px.png Backport the simple chat example 2023-02-23 18:29:39 +01:00
simplechatengine.cpp Prefer the usage of SingleShotConnection 2024-09-20 15:48:06 +02:00
simplechatengine.h Generate protobuf enum as enum class 2024-08-28 14:47:48 +02:00