summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonrad Kujawa <konrad.kujawa@qt.io>2023-01-31 15:30:08 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-02-01 08:49:14 +0000
commit9fcb51c505999b3733be369954a3131e4114c3cc (patch)
tree4bfd010381c6fb06b9fd37fc8701ac80ad0df406
parentb8f0894b8fd9ffe086bba68ca58d6f726e24c9f3 (diff)
downloadqtdoc-9fcb51c505999b3733be369954a3131e4114c3cc.tar.gz
Update What's New in Qt 6.5 page with the new spelling of Qt GRPC
Change-Id: Ida5e0c11eed66ae762fcb4298f850e60f034b263 Reviewed-by: Alexey Edelev <alexey.edelev@qt.io> Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io> (cherry picked from commit 91c70fa39cd7bd024c2f59feb1ad7c2dcf19d0e4) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--doc/src/whatsnew/whatsnew65.qdoc10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/src/whatsnew/whatsnew65.qdoc b/doc/src/whatsnew/whatsnew65.qdoc
index bc14ddfb..9b2bc2fb 100644
--- a/doc/src/whatsnew/whatsnew65.qdoc
+++ b/doc/src/whatsnew/whatsnew65.qdoc
@@ -21,12 +21,12 @@
\li Qt Location - a module for rendering 2D maps into a Qt Quick
application. This module is in technical preview, API and ABI
stability is not guaranteed.
- \li Qt Grpc - a super-module that provides the modules QtGrpc and
- QtProtobuf.
- QtProtobuf enables you to generate, serialize, and
+ \li \l{Qt Protobuf} - A module that enables you to generate, serialize, and
deserialize Qt-based classes from protobuf .proto-specifications.
- QtGrpc enables communication with gRPC services using classes
- generated based on service descriptions from protobuf
+ This module is in technical preview, API and ABI stability
+ is not guaranteed.
+ \li \l{Qt GRPC} - A module that enables communication with gRPC services
+ using classes generated based on service descriptions from protobuf
.proto-specifications. This module is in technical preview, API and
ABI stability is not guaranteed.
\endlist