summaryrefslogtreecommitdiffstats
path: root/src/network/kernel/qnetworkproxy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/kernel/qnetworkproxy.cpp')
-rw-r--r--src/network/kernel/qnetworkproxy.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/network/kernel/qnetworkproxy.cpp b/src/network/kernel/qnetworkproxy.cpp
index 7a10ecf7ed..21d5748562 100644
--- a/src/network/kernel/qnetworkproxy.cpp
+++ b/src/network/kernel/qnetworkproxy.cpp
@@ -511,6 +511,14 @@ QNetworkProxy &QNetworkProxy::operator=(const QNetworkProxy &other)
}
/*!
+ \fn void QNetworkProxy::swap(QNetworkProxy &other)
+ \since 5.0
+
+ Swaps this network proxy instance with \a other. This function is
+ very fast and never fails.
+*/
+
+/*!
Sets the proxy type for this instance to be \a type.
Note that changing the type of a proxy does not change
@@ -1132,6 +1140,14 @@ QNetworkProxyQuery &QNetworkProxyQuery::operator=(const QNetworkProxyQuery &othe
}
/*!
+ \fn void QNetworkProxyQuery::swap(QNetworkProxyQuery &other)
+ \since 5.0
+
+ Swaps this network proxy query instance with \a other. This
+ function is very fast and never fails.
+*/
+
+/*!
Returns true if this QNetworkProxyQuery object contains the same
data as \a other.
*/