From 71d4aea64630a84ba4163df7d9b44487ace2c665 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Fri, 21 Oct 2016 09:29:08 +0200 Subject: 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 --- src/corelib/configure.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src') 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" ] } -- cgit v1.2.3