summaryrefslogtreecommitdiffstats
path: root/examples/corelib
diff options
context:
space:
mode:
authorRym Bouabid <rym.bouabid@qt.io>2023-09-21 11:59:28 +0200
committerRym Bouabid <rym.bouabid@qt.io>2023-10-02 19:08:42 +0200
commit4aab2ef0ac3b126b0af67b9f946bf49b79fe6968 (patch)
tree2d6c32acb4226c60b67dde10fcbab1800b802535 /examples/corelib
parent74318643ced197f9380d21c3dfc662a85e73f5b8 (diff)
Revamp Queued Custom Type Ex: Revisit the documentation
Remove "Example" from the title. Add \examplecategory {Data Processing & I/O}. Task-number: QTBUG-117147 Pick-to: 6.6 6.5 Change-Id: Ieaab75dedb60329dcdcbbcfe6e2ad360df4d98df Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
Diffstat (limited to 'examples/corelib')
-rw-r--r--examples/corelib/threads/doc/src/queuedcustomtype.qdoc4
-rw-r--r--examples/corelib/tools/doc/src/customtype.qdoc2
2 files changed, 3 insertions, 3 deletions
diff --git a/examples/corelib/threads/doc/src/queuedcustomtype.qdoc b/examples/corelib/threads/doc/src/queuedcustomtype.qdoc
index df904cc438..8810528200 100644
--- a/examples/corelib/threads/doc/src/queuedcustomtype.qdoc
+++ b/examples/corelib/threads/doc/src/queuedcustomtype.qdoc
@@ -3,8 +3,8 @@
/*!
\example threads/queuedcustomtype
- \title Queued Custom Type Example
- \brief Demonstrates multi-thread programming using Qt.
+ \examplecategory {Data Processing & I/O}
+ \title Queued Custom Type
\ingroup qtconcurrent-mtexamples
\brief The Queued Custom Type example shows how to send custom types between
diff --git a/examples/corelib/tools/doc/src/customtype.qdoc b/examples/corelib/tools/doc/src/customtype.qdoc
index 55d29609ce..63c30d6208 100644
--- a/examples/corelib/tools/doc/src/customtype.qdoc
+++ b/examples/corelib/tools/doc/src/customtype.qdoc
@@ -104,7 +104,7 @@
To register a custom type for use with queued signals and slots, such as
those used in cross-thread communication, see the
- \l{Queued Custom Type Example}.
+ \l{Queued Custom Type} example.
More information on using custom types with Qt can be found in the
\l{Creating Custom Qt Types} document.