summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2023-09-26 16:28:11 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-11-11 10:45:42 +0000
commit9eaaab7df02fd17b92906c6e10c08bb4bb0f92ba (patch)
tree3f4b6bb5118c0808c8d110647ea427324c5d2efa /examples
parent698e633d8c4a6f1e61c61cf70591e7974eea3caa (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.0 Change-Id: I588e4e0eefc92ba396fbb21d6f55b33f68332a74 Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io> (cherry picked from commit b23a06e039f9c98a2fb524a08a75b3d39bf67aaf) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
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