From b23a06e039f9c98a2fb524a08a75b3d39bf67aaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20K=C3=B6hne?= Date: Tue, 26 Sep 2023 16:28:11 +0200 Subject: [PATCH] Doc: Add HTTP Client example also to Web Technologies category MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit HTTP belongs to Networking, but also fits well with the scope of Web Technologies - qtnetworkserver is there after all, too. So just add the example to both. Pick-to: 6.6 6.6.0 Change-Id: I588e4e0eefc92ba396fbb21d6f55b33f68332a74 Reviewed-by: MÃ¥rten Nordheim --- examples/network/doc/src/http.qdoc | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/network/doc/src/http.qdoc b/examples/network/doc/src/http.qdoc index 0dcaffd42b9..c1559973947 100644 --- a/examples/network/doc/src/http.qdoc +++ b/examples/network/doc/src/http.qdoc @@ -4,6 +4,7 @@ /*! \example http \examplecategory {Networking} + \examplecategory {Web Technologies} \meta tags {http,network,https,proxy} \title HTTP Client \ingroup examples-network