diff options
Diffstat (limited to 'src/grpc/qgrpcoperation.cpp')
-rw-r--r-- | src/grpc/qgrpcoperation.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/grpc/qgrpcoperation.cpp b/src/grpc/qgrpcoperation.cpp index 922c36f4..6d6e5705 100644 --- a/src/grpc/qgrpcoperation.cpp +++ b/src/grpc/qgrpcoperation.cpp @@ -158,8 +158,7 @@ void QGrpcOperation::cancel() /*! Returns the server metadata received from the channel. - \note For \l {QGrpcHttp2Channel} {HTTP/2 channels} it usually includes the - HTTP headers received from the server. + \include qtgrpc-shared.qdocinc http2-metadata-note */ const QHash<QByteArray, QByteArray> &QGrpcOperation::metadata() const & noexcept { |