summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMårten Nordheim <marten.nordheim@qt.io>2020-05-05 10:07:29 +0200
committerMårten Nordheim <marten.nordheim@qt.io>2020-05-07 16:39:14 +0200
commit66908badaca7bd258c00103bc388f0ce3bcf7322 (patch)
tree4b3ecec0fbcb36bc99be359b696c9d5ada274697
parent6ebef2eb9a6a3630f9142fb040c3f87ba8eeac8e (diff)
Add more deprecation notices to QtNetwork release notes
And move the ones that was already there under the QtNetwork point. Change-Id: I4f9641f78c624b1846699292e053ee148178df4a Reviewed-by: Edward Welbourne <edward.welbourne@qt.io> Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
-rw-r--r--dist/changes-5.15.026
1 files changed, 12 insertions, 14 deletions
diff --git a/dist/changes-5.15.0 b/dist/changes-5.15.0
index f8e2330311..c42ff4b84d 100644
--- a/dist/changes-5.15.0
+++ b/dist/changes-5.15.0
@@ -46,23 +46,21 @@ information about a particular change.
- QtNetwork:
* QNetworkConfigurationManager, QNetworkConfiguration and QNetworkSession
are deprecated, to be removed in Qt 6.
+ * QNetworkAccessManager::activeConfiguration, configuration and
+ setConfiguration are deprecated, to be removed in Qt 6.
+ * QNetworkAccessManager::networkAccessible, setNetworkAccessible and
+ the NetworkAccessibility enum are deprecated, to be removed in Qt 6.
+ * QLocalSocket::error() (the signal) is deprecated; superseded by
+ errorOccurred()
+ * QAbstractSocket::error() (the signal) is deprecated; superseded by
+ errorOccurred()
+ * QNetworkReply::error() (the signal) is deprecated; superseded by
+ errorOccurred()
+ * [QTBUG-80369] QSslSocket::sslErrors() (the getter) was deprecated and
+ superseded by sslHandshakeErrors()
- - [REVERTED] [QTBUG-80369] QAbstractSocket::error() (the getter) is
- deprecated; superseded by socketError().
- - [REVERTED] [QTBUG-80369] QLocalSocket::error() (the getter) is
- deprecated; superseded by socketError().
- - [QTBUG-80369] QSslSocket::sslErrors() (the getter) was deprecated and
- superseded by sslHandshakeErrors()
- - [REVERTED] [QTBUG-80369] QNetworkReply::error() (the getter) was
- deprecated; superseded by networkError().
- [QTBUG-81630][QTBUG-80312] QLinkedList is deprecated and will be moved
to Qt5Compat in Qt 6. It is recommended to use std::list instead.
- - QLocalSocket::error() (the signal) is deprecated; superseded by
- errorOccurred()
- - QAbstractSocket::error() (the signal) is deprecated; superseded by
- errorOccurred()
- - QNetworkReply::error() (the signal) is deprecated; superseded by
- errorOccurred()
See also the various sections below, which include many more deprecations.