summaryrefslogtreecommitdiffstats
path: root/src/network/access/qnetworkcookie.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/qnetworkcookie.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/qnetworkcookie.cpp')
-rw-r--r--src/network/access/qnetworkcookie.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/access/qnetworkcookie.cpp b/src/network/access/qnetworkcookie.cpp
index 7299633c36..b3324a1992 100644
--- a/src/network/access/qnetworkcookie.cpp
+++ b/src/network/access/qnetworkcookie.cpp
@@ -1059,6 +1059,7 @@ QList<QNetworkCookie> QNetworkCookiePrivate::parseSetCookieHeaderLine(const QByt
/*!
\since 5.0
This functions normalizes the path and domain of the cookie if they were previously empty.
+ The \a url parameter is used to determine the correct domain and path.
*/
void QNetworkCookie::normalize(const QUrl &url)
{