summaryrefslogtreecommitdiffstats
path: root/src/concurrent/doc/src/qtconcurrent-examples.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/concurrent/doc/src/qtconcurrent-examples.qdoc')
-rw-r--r--src/concurrent/doc/src/qtconcurrent-examples.qdoc14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/concurrent/doc/src/qtconcurrent-examples.qdoc b/src/concurrent/doc/src/qtconcurrent-examples.qdoc
new file mode 100644
index 0000000000..06705cca1b
--- /dev/null
+++ b/src/concurrent/doc/src/qtconcurrent-examples.qdoc
@@ -0,0 +1,14 @@
+// Copyright (C) 2023 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
+
+/*!
+ \group qtconcurrentexamples
+ \title Qt Concurrent Examples
+ \brief Examples for the Qt Concurrent module
+ \ingroup all-examples
+ \ingroup qtconcurrent
+
+ The list of \l {Qt Concurrent} examples demonstrating how to use
+ Qt Concurrent API from C++.
+
+*/