summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2023-09-26 16:28:11 +0200
committerKai Köhne <kai.koehne@qt.io>2023-11-06 17:59:51 +0000
commitb23a06e039f9c98a2fb524a08a75b3d39bf67aaf (patch)
treeb2e0ee91291f47133753ee20efc32686dd116be6 /examples
parent0f3dbd6dc7d01830bdb78be9bc50169fd1ec5ba3 (diff)
Doc: Add HTTP Client example also to Web Technologies category
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 <marten.nordheim@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/network/doc/src/http.qdoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/network/doc/src/http.qdoc b/examples/network/doc/src/http.qdoc
index 0dcaffd42b..c155997394 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