summaryrefslogtreecommitdiffstats
path: root/src/network/access/qnetworkaccessmanager.cpp
diff options
context:
space:
mode:
authorMårten Nordheim <morten242@gmail.com>2020-06-12 12:35:20 +0200
committerMårten Nordheim <marten.nordheim@qt.io>2020-06-12 16:08:30 +0200
commit0abbae240ed3f6395d36669df570bba876bb7121 (patch)
treeb099ab65934d3d80cd88b79f6a81b457842c31c9 /src/network/access/qnetworkaccessmanager.cpp
parent413a9f9bde60af2633c858435436891c8511385b (diff)
QNAM: docs cleanup from NetworkAccessible
It was removed but some documentation bits were still there, apologies Change-Id: I1888b34fe04e6566349d35a27391d0bd14d622d4 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
Diffstat (limited to 'src/network/access/qnetworkaccessmanager.cpp')
-rw-r--r--src/network/access/qnetworkaccessmanager.cpp47
1 files changed, 0 insertions, 47 deletions
diff --git a/src/network/access/qnetworkaccessmanager.cpp b/src/network/access/qnetworkaccessmanager.cpp
index 351eca43df..ea05514932 100644
--- a/src/network/access/qnetworkaccessmanager.cpp
+++ b/src/network/access/qnetworkaccessmanager.cpp
@@ -250,53 +250,6 @@ static void ensureInitialized()
*/
/*!
- \enum QNetworkAccessManager::NetworkAccessibility
- \obsolete
-
- Indicates whether the network is accessible via this network access manager.
-
- \value UnknownAccessibility The network accessibility cannot be determined.
- \value NotAccessible The network is not currently accessible, either because there
- is currently no network coverage or network access has been
- explicitly disabled by a call to setNetworkAccessible().
- \value Accessible The network is accessible.
-
- \sa networkAccessible
-*/
-
-/*!
- \property QNetworkAccessManager::networkAccessible
- \brief whether the network is currently accessible via this network access manager.
- \obsolete
-
- \since 4.7
-
- If the network is \l {NotAccessible}{not accessible} the network access manager will not
- process any new network requests, all such requests will fail with an error. Requests with
- URLs with the file:// scheme will still be processed.
-
- By default the value of this property reflects the physical state of the device. Applications
- may override it to disable all network requests via this network access manager by calling
-
- \snippet code/src_network_access_qnetworkaccessmanager.cpp 4
-
- Network requests can be re-enabled again, and this property will resume to
- reflect the actual device state by calling
-
- \snippet code/src_network_access_qnetworkaccessmanager.cpp 5
-
- \note Calling setNetworkAccessible() does not change the network state.
-*/
-
-/*!
- \fn void QNetworkAccessManager::networkAccessibleChanged(QNetworkAccessManager::NetworkAccessibility accessible)
- \obsolete
-
- This signal is emitted when the value of the \l networkAccessible property changes.
- \a accessible is the new network accessibility.
-*/
-
-/*!
\fn void QNetworkAccessManager::networkSessionConnected()
\since 4.7