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