summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2016-10-21 09:29:08 +0200
committerKai Koehne <kai.koehne@qt.io>2016-10-24 07:32:51 +0000
commit71d4aea64630a84ba4163df7d9b44487ace2c665 (patch)
tree18d6785faaee367dc18208453e92f7016ec29831 /src/corelib
parent33aa2fdd08880d2d6e2a4ff658b34c3a81c0b4ea (diff)
Fix description of feature 'topleveldomain'
The property is 'purpose' now. Also elaborate a bit more on the feature. Change-Id: I66aa4165044f132dff018cfd01d54b939bb64fac Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/corelib')
-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" ]
}