From ceac77c0aaf7699d64804f12947e01a579b15469 Mon Sep 17 00:00:00 2001 From: Szabolcs David Date: Thu, 21 Dec 2023 18:02:46 +0100 Subject: Document QWebEngineClientHints Change-Id: If975c71e0738358a7fd18d0c34974e6463759421 Reviewed-by: Allan Sandfeld Jensen --- src/core/api/qwebengineprofile.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/core/api/qwebengineprofile.cpp') diff --git a/src/core/api/qwebengineprofile.cpp b/src/core/api/qwebengineprofile.cpp index e619696df..dbb98102c 100644 --- a/src/core/api/qwebengineprofile.cpp +++ b/src/core/api/qwebengineprofile.cpp @@ -929,6 +929,12 @@ void QWebEngineProfile::requestIconForIconURL(const QUrl &url, int desiredSizeIn iconAvailableCallback); } +/*! + Return the Client Hints settings associated with this browsing context. + + \since 6.8 + \sa QWebEngineClientHints +*/ QWebEngineClientHints *QWebEngineProfile::clientHints() const { Q_D(const QWebEngineProfile); -- cgit v1.2.3