summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDennis Oberst <dennis.oberst@qt.io>2024-04-22 13:27:31 +0200
committerDennis Oberst <dennis.oberst@qt.io>2024-04-22 18:04:10 +0200
commit6161c8a0963bc9eb4c360f99c1c076e9b5f25681 (patch)
treee8846019be11082a7a366b0d47da0b9e157331eb
parent02b89bc091513dfbb2b91887583f691a80e73655 (diff)
QAbstractGrpcChannel docs: remove the mentioning of QGrpcChannel
Pick-to: 6.7 Change-Id: I970da1dda1124c69fea4cb4c246b4301108bdf24 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
-rw-r--r--src/grpc/qabstractgrpcchannel.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/grpc/qabstractgrpcchannel.cpp b/src/grpc/qabstractgrpcchannel.cpp
index c8abc19..6f096a5 100644
--- a/src/grpc/qabstractgrpcchannel.cpp
+++ b/src/grpc/qabstractgrpcchannel.cpp
@@ -17,12 +17,12 @@ QT_BEGIN_NAMESPACE
/*!
\class QAbstractGrpcChannel
\inmodule QtGrpc
- \brief The QAbstractGrpcChannel class is interface that represents common
+ \brief The QAbstractGrpcChannel class is an interface that represents common
gRPC channel functionality.
- You may implement this interface to create your own channels for gRPC transport.
- QGrpcChannel or QGrpcHttp2Channel, which are full implementations of
- QAbstractGrpcChannel are recommended to use.
+ Implement this interface to create your own custom channel for gRPC
+ transportation. We provide the QGrpcHttp2Channel, which is a fully featured
+ implementation of the QAbstractGrpcChannel for HTTP/2 communication.
*/
/*!