From 4ab91114b260bcbc0e5adc9d3244853bca07623d 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. Change-Id: I74542c288083ec58f866a616da32bd40fcb3f40a Reviewed-by: Andreas Eliasson Reviewed-by: Timur Pocheptsov (cherry picked from commit 1b5402d2291f16403518ecb69b68ad73b9dd76df) Reviewed-by: Qt Cherry-pick Bot (cherry picked from commit ab2ebd86a2b8957b3e3b24777d009f2a140684e2) --- 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 504c2203a4e..323e562c3c5 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() */