summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/corelib/configure.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/corelib/configure.json b/src/corelib/configure.json
index c1bd37fd0c..fbbbef4f21 100644
--- a/src/corelib/configure.json
+++ b/src/corelib/configure.json
@@ -579,7 +579,10 @@
},
"topleveldomain": {
"label": "QUrl::topLevelDomain()",
- "description": "Provides support for extracting the top level domain from URLs.",
+ "purpose": "Provides support for extracting the top level domain from URLs.
+
+If enabled, a binary dump of the Public Suffix List (http://www.publicsuffix.org,
+Mozilla License) is included. The data is then also used in QNetworkCookieJar::validateCookie.",
"section": "Utilities",
"output": [ "publicFeature" ]
}