summaryrefslogtreecommitdiffstats
path: root/src/network/kernel
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@qt.io>2021-07-28 10:50:03 +0200
committerNico Vertriest <nico.vertriest@qt.io>2021-08-03 16:03:47 +0200
commita46d0b480ba04d77cc01a74c9f2f3ac2203a1248 (patch)
tree07613dca482f41dc6b6404d1f6d8ea0c174256f2 /src/network/kernel
parentb61a6e2507dd362b9b0478fc3b06c9a8f4a2977a (diff)
Doc: Fix warnings about undocumented enum and parameters
- enum 'CaptivePortal' in QNetworkInformation::Feature - parameter 'debug' in QNetworkAddressEntry::operator<<() - parameter 'debug' in QNetworkInterface::operator<<() Pick-to: 6.2 Change-Id: I518bc06edee9fa4955dc6295786ab1a6be989727 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/network/kernel')
-rw-r--r--src/network/kernel/qnetworkinformation.cpp4
-rw-r--r--src/network/kernel/qnetworkinterface.cpp4
2 files changed, 6 insertions, 2 deletions
diff --git a/src/network/kernel/qnetworkinformation.cpp b/src/network/kernel/qnetworkinformation.cpp
index 0dcbfde22b..82dee811d2 100644
--- a/src/network/kernel/qnetworkinformation.cpp
+++ b/src/network/kernel/qnetworkinformation.cpp
@@ -445,6 +445,10 @@ QNetworkInformationBackendFactory::~QNetworkInformationBackendFactory()
If the plugin supports this feature then
the \c reachability property will be available.
See also QNetworkInformation::Reachability.
+
+ \value CaptivePortal
+ If the plugin supports this feature then
+ the \c isBehindCaptivePortal property will be available.
*/
/*!
diff --git a/src/network/kernel/qnetworkinterface.cpp b/src/network/kernel/qnetworkinterface.cpp
index ddde994a6e..7da5ddff4d 100644
--- a/src/network/kernel/qnetworkinterface.cpp
+++ b/src/network/kernel/qnetworkinterface.cpp
@@ -935,7 +935,7 @@ static inline QDebug flagsDebug(QDebug debug, QNetworkInterface::InterfaceFlags
\since 6.2
Writes the QNetworkAddressEntry \a entry to the stream and
- returns a reference to the stream.
+ returns a reference to the \a debug stream.
\relates QNetworkAddressEntry
*/
@@ -953,7 +953,7 @@ QDebug operator<<(QDebug debug, const QNetworkAddressEntry &entry)
/*!
Writes the QNetworkInterface \a networkInterface to the stream and
- returns a reference to the stream.
+ returns a reference to the \a debug stream.
\relates QNetworkInterface
*/