From bd7cd3467334dae70e4cd21a5df6c17e3e3ea4bf Mon Sep 17 00:00:00 2001 From: Shane Kearns Date: Thu, 3 May 2012 18:10:19 +0100 Subject: Document new APIs in 5.0 The \since 5.0 directive was missing from many places. Task-number: QTBUG-24001 Change-Id: I191ba8891ae66d78f923164bcab2fccb16eabef9 Reviewed-by: Casper van Donderen --- src/network/access/qnetworkcookie.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/network/access/qnetworkcookie.cpp') diff --git a/src/network/access/qnetworkcookie.cpp b/src/network/access/qnetworkcookie.cpp index 7174acc31e..7299633c36 100644 --- a/src/network/access/qnetworkcookie.cpp +++ b/src/network/access/qnetworkcookie.cpp @@ -152,6 +152,7 @@ QNetworkCookie &QNetworkCookie::operator=(const QNetworkCookie &other) */ /*! + \since 5.0 Returns true if this cookie is equal to \a other. This function only returns true if all fields of the cookie are the same. @@ -1056,6 +1057,7 @@ QList QNetworkCookiePrivate::parseSetCookieHeaderLine(const QByt } /*! + \since 5.0 This functions normalizes the path and domain of the cookie if they were previously empty. */ void QNetworkCookie::normalize(const QUrl &url) -- cgit v1.2.3