From fad8d7126260b30bd9437f2e19b5460dcf14b46a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Nordheim?= Date: Mon, 15 Apr 2024 11:23:43 +0200 Subject: QSslConfiguration: add documentation for HTTP/2 alpn variable It was missing for a long time Pick-to: 6.7 6.5 Change-Id: I209838a3c7b45c8c2e8da21efea306fafddea891 Reviewed-by: Edward Welbourne Reviewed-by: Mate Barany --- src/network/ssl/qsslconfiguration.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/network/ssl/qsslconfiguration.cpp b/src/network/ssl/qsslconfiguration.cpp index 76905a1098d..fd308d7037b 100644 --- a/src/network/ssl/qsslconfiguration.cpp +++ b/src/network/ssl/qsslconfiguration.cpp @@ -104,6 +104,12 @@ const char QSslConfiguration::NextProtocolHttp1_1[] = "http/1.1"; Protocol Negotiation. */ +/*! + \variable QSslConfiguration::ALPNProtocolHTTP2 + \brief The value used for negotiating HTTP 2 during the Application-Layer + Protocol Negotiation. +*/ + /*! Constructs an empty SSL configuration. This configuration contains no valid settings and the state will be empty. isNull() will -- cgit v1.2.3