From f23154c05ba0de300d017f1c50910da324414eef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20K=C3=B6hne?= Date: Thu, 28 Dec 2023 13:29:40 +0100 Subject: [PATCH] Simplify QHttpHeaders documentation Simplify wording, leave out historical baggage (which is not really relevant for users that look into new code). Pick-to: 6.7 Change-Id: I9be1d42b6d75dd4bf6fccd6ecb47bc7cd6026ed3 Reviewed-by: Juha Vuolle --- src/network/access/qhttpheaders.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/network/access/qhttpheaders.cpp b/src/network/access/qhttpheaders.cpp index 683eab21d4..c0e2b336f1 100644 --- a/src/network/access/qhttpheaders.cpp +++ b/src/network/access/qhttpheaders.cpp @@ -23,9 +23,8 @@ Q_LOGGING_CATEGORY(lcQHttpHeaders, "qt.network.http.headers"); \brief QHttpHeaders is a class for holding HTTP headers. - The primary use case for the class is to provide an interface type - for Qt networking APIs that use/consume such headers. Historically - various QList, QMultiMap, and QMultiHash constructs have been used. + The class is an interface type for Qt networking APIs that + use or consume such headers. \section1 Allowed field name and value characters