From 1b5402d2291f16403518ecb69b68ad73b9dd76df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20K=C3=B6hne?= Date: Fri, 6 Oct 2023 12:54:39 +0200 Subject: [PATCH] Doc: Fix link to renamed setIncludesSubDomains() method Fix capitalization of setIncludesSubDomains(). While a it, make the links explicit, so that qdoc generates warnings if they fail. Pick-to: 6.5 6.6 Change-Id: I74542c288083ec58f866a616da32bd40fcb3f40a Reviewed-by: Andreas Eliasson Reviewed-by: Timur Pocheptsov --- src/network/access/qhstspolicy.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/network/access/qhstspolicy.cpp b/src/network/access/qhstspolicy.cpp index 504c2203a4..323e562c3c 100644 --- a/src/network/access/qhstspolicy.cpp +++ b/src/network/access/qhstspolicy.cpp @@ -21,8 +21,8 @@ QT_BEGIN_NAMESPACE RFC6797. You can set expiry time and host name for this policy, and control whether it - applies to subdomains, either in the constructor or by calling setExpiry(), - setHost() and setIncludesSubdomains(). + applies to subdomains, either in the constructor or by calling \l setExpiry(), + \l setHost() and \l setIncludesSubDomains(). \sa QNetworkAccessManager::setStrictTransportSecurityEnabled() */