summaryrefslogtreecommitdiffstats
path: root/src/concurrent/doc/src/qtconcurrent-index.qdoc
diff options
context:
space:
mode:
authorIvan Solovev <ivan.solovev@qt.io>2023-02-20 17:16:28 +0100
committerIvan Solovev <ivan.solovev@qt.io>2023-02-24 12:59:52 +0100
commit2a4c64cbedad0db25c057456491df6ce86beeee7 (patch)
tree3f5623edcc2973cfd69a3378f1797646b4f2706b /src/concurrent/doc/src/qtconcurrent-index.qdoc
parent6c12ea1d45c9f4e8fb718a0a2a9eb4dc9f8b37b1 (diff)
Add QtConcurrent Examples page
The QtConcurrent examples were only discoverable from the "All Qt Examples" page, which was very inconvenient. This patch adds a separate page for all Qt Concurrent examples, and links to it from the module's main page. Pick-to: 6.5 Change-Id: Iecabd9e21033605c1ec74232ce4f3d68b0c78d82 Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io> Reviewed-by: Jaishree Vyas <jaishree.vyas@qt.io>
Diffstat (limited to 'src/concurrent/doc/src/qtconcurrent-index.qdoc')
-rw-r--r--src/concurrent/doc/src/qtconcurrent-index.qdoc6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/concurrent/doc/src/qtconcurrent-index.qdoc b/src/concurrent/doc/src/qtconcurrent-index.qdoc
index 368f94fb69..5acf19e134 100644
--- a/src/concurrent/doc/src/qtconcurrent-index.qdoc
+++ b/src/concurrent/doc/src/qtconcurrent-index.qdoc
@@ -130,6 +130,12 @@
\include module-use.qdocinc building with qmake
\snippet snippets/snippets.pro qmake_use
+ \section1 Examples
+
+ \list
+ \li \l {Qt Concurrent Examples}
+ \endlist
+
\section1 Module Evolution
\l{Changes to Qt Concurrent} lists important changes in the module API
and functionality that were done for the Qt 6 series of Qt.