summaryrefslogtreecommitdiffstats
path: root/src/grpc/qgrpcstream.h
diff options
context:
space:
mode:
authorAlexey Edelev <alexey.edelev@qt.io>2024-04-19 14:18:32 +0200
committerAlexey Edelev <alexey.edelev@qt.io>2024-04-24 17:25:10 +0200
commit9145ffc50d1d154564f1aef46b8444972e50bfe5 (patch)
tree822356c5ecbceddb94e53871058a051942069a28 /src/grpc/qgrpcstream.h
parent728c86db6cb2443948cec43ed80fd033dce0f2f9 (diff)
Rename QAbstractGrpcClient to QGrpcClientBase
QAbstractGrpcClient is not abstract and doesn't offer any interfaces for reimplementation. Assuming it's the base class for all gRPC clients, containing the generic gRPC client functionality. Rename the class accordingly. Taks-number: QTBUG-123625 Change-Id: I38e18a3b67e5f0f9c754e65337b2780780eea467 Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io>
Diffstat (limited to 'src/grpc/qgrpcstream.h')
-rw-r--r--src/grpc/qgrpcstream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grpc/qgrpcstream.h b/src/grpc/qgrpcstream.h
index 6d699b9..cdde347 100644
--- a/src/grpc/qgrpcstream.h
+++ b/src/grpc/qgrpcstream.h
@@ -16,7 +16,7 @@
QT_BEGIN_NAMESPACE
-class QAbstractGrpcClient;
+class QGrpcClientBase;
class Q_GRPC_EXPORT QGrpcServerStream final : public QGrpcOperation
{