summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
*/