summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMÃ¥rten Nordheim <marten.nordheim@qt.io>2022-08-09 11:59:09 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-08-09 13:44:55 +0000
commit72351edd95e6490a4cd501d55b2799c5e482540b (patch)
treed3b20d2c144eb5ed948d2a5b66c11bdbceb44c48
parent684c55369a20fda0f4bc1480a7bc50e64a96ec0b (diff)
downloadqtdoc-72351edd95e6490a4cd501d55b2799c5e482540b.tar.gz
Update what's new in network for 6.4
Change-Id: Id42f88a06092c6ff3d04bf55d4f28355f29a1ab1 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io> Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit 62ba3e46856381d938329f30221bb67b2dd99c10) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--doc/src/whatsnew/whatsnew64.qdoc7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/src/whatsnew/whatsnew64.qdoc b/doc/src/whatsnew/whatsnew64.qdoc
index 5536f826..21160b22 100644
--- a/doc/src/whatsnew/whatsnew64.qdoc
+++ b/doc/src/whatsnew/whatsnew64.qdoc
@@ -172,7 +172,12 @@
\section2 Qt Network Module
\list
- \li Nothing to see here. //! TODO Clean this up before release.
+ \li Added QSslServer. This simplifies creation of a server which solely
+ communicates over TLS.
+ \li QNetworkInformation now has loadBackendByFeatures(Features) and
+ loadBackendByName(QStringView), meant to eventually replace the
+ corresponding overloaded load(Features/QStringView) functions which are
+ now marked as deprecated.
\endlist
\section2 Qt Test Module