summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMÃ¥rten Nordheim <marten.nordheim@qt.io>2022-12-05 16:11:44 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-12-15 11:13:04 +0000
commit76da8c663168f4d7b781cff8a402cf6d8e7d4844 (patch)
treeb0583b9c605e72698728261baf3601f217713b2e
parentfe947cdee044485d38b1cbaed30417b43156d9c3 (diff)
downloadqtdoc-76da8c663168f4d7b781cff8a402cf6d8e7d4844.tar.gz
Add QtGrpc to whatsnew65
Fixes: QTBUG-107920 Change-Id: Iab22820475034241359cdf5cc2c4c32baf10645b Reviewed-by: Ievgenii Meshcheriakov <ievgenii.meshcheriakov@qt.io> (cherry picked from commit 62878c33fe5fb29bd861593aee20c351f5113ec9) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--doc/src/whatsnew/whatsnew65.qdoc8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/src/whatsnew/whatsnew65.qdoc b/doc/src/whatsnew/whatsnew65.qdoc
index 48938608..986ccb92 100644
--- a/doc/src/whatsnew/whatsnew65.qdoc
+++ b/doc/src/whatsnew/whatsnew65.qdoc
@@ -17,6 +17,14 @@
\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
+ deserialize Qt-based classes from protobuf .proto-specifications.
+ QtGrpc 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
Qt 6.5 reintroduces the following modules that were not present in Qt 6.4.