summaryrefslogtreecommitdiffstats
path: root/src/network/bearer/qnetworkconfiguration.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/bearer/qnetworkconfiguration.cpp')
-rw-r--r--src/network/bearer/qnetworkconfiguration.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/network/bearer/qnetworkconfiguration.cpp b/src/network/bearer/qnetworkconfiguration.cpp
index 0aa843f393..9e3f685642 100644
--- a/src/network/bearer/qnetworkconfiguration.cpp
+++ b/src/network/bearer/qnetworkconfiguration.cpp
@@ -234,6 +234,14 @@ QNetworkConfiguration &QNetworkConfiguration::operator=(const QNetworkConfigurat
}
/*!
+ \fn void QNetworkConfiguration::swap(QNetworkConfiguration &other)
+ \since 5.0
+
+ Swaps this network configuration with \a other. This function is
+ very fast and never fails.
+*/
+
+/*!
Returns true, if this configuration is the same as the \a other
configuration given; otherwise returns false.
*/