summaryrefslogtreecommitdiffstats
path: root/src/network/access/qnetworkcookie.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/access/qnetworkcookie.cpp')
-rw-r--r--src/network/access/qnetworkcookie.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/network/access/qnetworkcookie.cpp b/src/network/access/qnetworkcookie.cpp
index 1fdf798dc6..2a3db12f51 100644
--- a/src/network/access/qnetworkcookie.cpp
+++ b/src/network/access/qnetworkcookie.cpp
@@ -144,6 +144,14 @@ QNetworkCookie &QNetworkCookie::operator=(const QNetworkCookie &other)
}
/*!
+ \fn void QNetworkCookie::swap(QNetworkCookie &other)
+ \since 5.0
+
+ Swaps this cookie with \a other. This function is very fast and
+ never fails.
+*/
+
+/*!
\fn bool QNetworkCookie::operator!=(const QNetworkCookie &other) const
Returns true if this cookie is not equal to \a other.