From e7f4ddebc3f1a857b81d3468119cda9236513bf4 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Tue, 19 Jan 2016 15:59:48 +0100 Subject: Doc: remove docs for QWebEngineCookieStore::FilterRequest class The class and its members were removed. Change-Id: Ib8e892da1f9e10ffcf9861f75615ef48d3697886 Reviewed-by: Allan Sandfeld Jensen --- src/core/api/qwebenginecookiestore.cpp | 32 -------------------------------- 1 file changed, 32 deletions(-) (limited to 'src') diff --git a/src/core/api/qwebenginecookiestore.cpp b/src/core/api/qwebenginecookiestore.cpp index c0a3f3208..5220073f3 100644 --- a/src/core/api/qwebenginecookiestore.cpp +++ b/src/core/api/qwebenginecookiestore.cpp @@ -190,38 +190,6 @@ void QWebEngineCookieStorePrivate::onCookieChanged(const QNetworkCookie &cookie, because they might block the IO thread in case of a blocking connection. */ -/*! - \class QWebEngineCookieStore::FilterRequest - \inmodule QtWebEngineCore - \since 5.6 - \brief The FilterRequest class specifies the properties of a cookie. - - The class specifies the properties of a cookie and determines whether the cookie should be - accepted. The class is used as an argument to a filter installed via setCookieFilter(). -*/ - -/*! - \variable QWebEngineCookieStore::FilterRequest::accepted - \brief Whether the cookie shall be accepted. - - The default is \c true. -*/ - -/*! - \variable QWebEngineCookieStore::FilterRequest::firstPartyUrl - \brief The URL of the page that triggered the setting of the cookie. -*/ - -/*! - \variable QWebEngineCookieStore::FilterRequest::cookieLine - \brief The content of the cookie. -*/ - -/*! - \variable QWebEngineCookieStore::FilterRequest::cookieSource - \brief The URL of the site that sets the cookie. -*/ - /*! \fn void QWebEngineCookieStore::cookieAdded(const QNetworkCookie &cookie) -- cgit v1.2.3