summaryrefslogtreecommitdiffstats
path: root/src/core/doc/src/qtwebengine-global.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/doc/src/qtwebengine-global.qdoc')
-rw-r--r--src/core/doc/src/qtwebengine-global.qdoc11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/core/doc/src/qtwebengine-global.qdoc b/src/core/doc/src/qtwebengine-global.qdoc
index 57df8b3ac..d4bbef01a 100644
--- a/src/core/doc/src/qtwebengine-global.qdoc
+++ b/src/core/doc/src/qtwebengine-global.qdoc
@@ -40,3 +40,14 @@
Returns the version number of last Chromium version security patches have been
merged from.
*/
+
+/*!
+ \fn QString qWebEngineGetDomainAndRegistry(const QUrl &url)
+ \relates <qtwebenginecoreglobal.h>
+ \since 6.6
+
+ Returns the domain of the host i.e. the effective top-level domain (eTLD)
+ plus the first domain below.
+
+ If the host is not a domain an empty string is returned.
+*/