summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2015-09-09 14:53:46 +0200
committerAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2015-09-09 21:29:09 +0000
commit38593e80b93a79a595b2d4d43cd3ea911ca88836 (patch)
tree7392f895569f739a9c269c18c19acfca5992b3e9
parentff1af625c81a9e6d8ec0088e880e630593c8b8b6 (diff)
downloadqtwebengine-38593e80b93a79a595b2d4d43cd3ea911ca88836.tar.gz
Doc: fix \sa links
Change-Id: I522918064ef8139eff4efa0461030baeb7083b76 Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com> Reviewed-by: Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
-rw-r--r--src/webenginewidgets/api/qwebengineprofile.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/webenginewidgets/api/qwebengineprofile.cpp b/src/webenginewidgets/api/qwebengineprofile.cpp
index a38a78cf7..418f0996b 100644
--- a/src/webenginewidgets/api/qwebengineprofile.cpp
+++ b/src/webenginewidgets/api/qwebengineprofile.cpp
@@ -448,7 +448,7 @@ QWebEngineCookieStoreClient* QWebEngineProfile::cookieStoreClient()
The profile does not take ownership of the pointer.
- \sa QtWebEngineCore::QWebEngineCookieStoreClient
+ \sa QWebEngineCookieStoreClient
*/
void QWebEngineProfile::setCookieStoreClient(QWebEngineCookieStoreClient *client)
@@ -462,7 +462,7 @@ void QWebEngineProfile::setCookieStoreClient(QWebEngineCookieStoreClient *client
The profile does not take ownership of the pointer.
- \sa QtWebEngineCore::QWebEngineUrlRequestInfo
+ \sa QWebEngineUrlRequestInfo
*/
void QWebEngineProfile::setRequestInterceptor(QWebEngineUrlRequestInterceptor *interceptor)