From eb96856806aee4d4b1de63240d3ef90c3837ff29 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). Change-Id: I9be1d42b6d75dd4bf6fccd6ecb47bc7cd6026ed3 Reviewed-by: Juha Vuolle (cherry picked from commit f23154c05ba0de300d017f1c50910da324414eef) Reviewed-by: Qt Cherry-pick Bot --- 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 3e2f0e718b8..f8681e08a4f 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