summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2023-07-06 12:21:43 +0200
committerKai Köhne <kai.koehne@qt.io>2023-07-10 08:38:57 +0200
commit1626ca2d5dd42622dea63367a9d642a8ea0332fd (patch)
treefb1defc1bf4428d229a68a52b9b6eb351fd55530 /examples
parent9817a6684dd22a2fe26769c682166076e01fbf82 (diff)
Doc: Update example category names
Pick-to: 6.5 6.6 Change-Id: Ia1b6a981945c22302e0e31f861a9044711390172 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/remoteobjects/ssl/doc/src/ssl.qdoc2
-rw-r--r--examples/remoteobjects/websockets/doc/src/websocket.qdoc2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/remoteobjects/ssl/doc/src/ssl.qdoc b/examples/remoteobjects/ssl/doc/src/ssl.qdoc
index 3ceeece..8f6821b 100644
--- a/examples/remoteobjects/ssl/doc/src/ssl.qdoc
+++ b/examples/remoteobjects/ssl/doc/src/ssl.qdoc
@@ -5,7 +5,7 @@
\example ssl
\title SSL Server and Client
\brief Setting up a secure Remote Object network using QSslSockets.
- \examplecategory {Input/Output}
+ \examplecategory {Data Processing & I/O}
\meta tag {rpc,network,tls}
\ingroup qtremoteobjects-examples
diff --git a/examples/remoteobjects/websockets/doc/src/websocket.qdoc b/examples/remoteobjects/websockets/doc/src/websocket.qdoc
index a18a9fb..0e15870 100644
--- a/examples/remoteobjects/websockets/doc/src/websocket.qdoc
+++ b/examples/remoteobjects/websockets/doc/src/websocket.qdoc
@@ -5,7 +5,7 @@
\example websockets
\title QtRemoteObjects WebSockets Applications
\brief Using a non-QIODevice-based transport (QWebSocket) with QtRemoteObjects.
- \examplecategory {Input/Output}
+ \examplecategory {Data Processing & I/O}
\meta tag {rpc,network,websockets}
\ingroup qtremoteobjects-examples