qtgrpc/examples/grpc/chat/client
Alexey Edelev f3aa84d05b Rename QGrpcStream to QGrpcServerStream
Rename QGrpcStream and all related functionality to QGrpcServerStream
and corresponding names. The stream only implements server-side
streaming, and should be named accordingly.

Task-number: QTBUG-105494
Change-Id: I6b94452a447609186b1aa68ff8795293eef9dc28
Reviewed-by: Konrad Kujawa <konrad.kujawa@qt.io>
2023-08-28 13:36:38 +02:00
..
CMakeLists.txt Fix warning related to the deprecated AUTORESOURCE_PREFIX argument 2023-05-15 13:01:56 +02:00
ChatInputField.qml Backport the simple chat example 2023-02-23 18:29:39 +01:00
ChatView.qml Fix qml warnings in the chat example 2023-03-01 17:29:11 +01:00
Main.qml Fix qml warnings in the chat example 2023-03-01 17:29:11 +01:00
chatmessagemodel.cpp Move enums to the nested namespace out of class 2023-08-18 19:01:25 +02:00
chatmessagemodel.h Migrate to implictily shared lists 2023-06-01 15:51:55 +02:00
main.cpp Backport the simple chat example 2023-02-23 18:29:39 +01:00
qt_logo_green_64x64px.png Backport the simple chat example 2023-02-23 18:29:39 +01:00
simplechatengine.cpp Rename QGrpcStream to QGrpcServerStream 2023-08-28 13:36:38 +02:00
simplechatengine.h Update QtGRPC chat example to new options and QGrpcMetadata changes 2023-05-23 13:34:34 +02:00