diff options
| author | Szabolcs David <davidsz@inf.u-szeged.hu> | 2023-12-21 18:02:46 +0100 |
|---|---|---|
| committer | Szabolcs David <davidsz@inf.u-szeged.hu> | 2024-01-11 12:16:09 +0100 |
| commit | ceac77c0aaf7699d64804f12947e01a579b15469 (patch) | |
| tree | e5a4d4a7b41a2a1955386008be97e86357a9dfc9 /src/core/api/qwebengineprofile.cpp | |
| parent | 409056595012ddd27c63f661d730d56d85d1a071 (diff) | |
Document QWebEngineClientHints
Change-Id: If975c71e0738358a7fd18d0c34974e6463759421
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src/core/api/qwebengineprofile.cpp')
| -rw-r--r-- | src/core/api/qwebengineprofile.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
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); |
