summaryrefslogtreecommitdiffstats
path: root/src/network/access/qnetworkcookiejar.cpp
diff options
context:
space:
mode:
authorRichard Moore <rich@kde.org>2012-05-06 18:03:02 +0100
committerQt by Nokia <qt-info@nokia.com>2012-05-06 19:12:43 +0200
commiteee3798f6f69b99dbe0c6a95ca0a4011a8776c19 (patch)
treec3981e92851c3c8ce9634eac024f7fe2a8a3dc58 /src/network/access/qnetworkcookiejar.cpp
parent54d9fd61e13f7369c831ab76503f7619d60c0cfd (diff)
Fix more qdoc warnings in qtnetwork.
Change-Id: Ibfac6236e9f68b41e34e67ef03cfd590582439be Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'src/network/access/qnetworkcookiejar.cpp')
-rw-r--r--src/network/access/qnetworkcookiejar.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/network/access/qnetworkcookiejar.cpp b/src/network/access/qnetworkcookiejar.cpp
index 980b02e2ae..9e5dfe0371 100644
--- a/src/network/access/qnetworkcookiejar.cpp
+++ b/src/network/access/qnetworkcookiejar.cpp
@@ -316,6 +316,8 @@ bool QNetworkCookieJar::deleteCookie(const QNetworkCookie &cookie)
/*!
\since 5.0
Returns true if the domain and path of \a cookie are valid, false otherwise.
+ The \a url parameter is used to determine if the domain specified in the cookie
+ is allowed.
*/
bool QNetworkCookieJar::validateCookie(const QNetworkCookie &cookie, const QUrl &url) const
{