summaryrefslogtreecommitdiffstats
path: root/src/concurrent/doc/src
diff options
context:
space:
mode:
Diffstat (limited to 'src/concurrent/doc/src')
-rw-r--r--src/concurrent/doc/src/qtconcurrent-module.qdoc14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/concurrent/doc/src/qtconcurrent-module.qdoc b/src/concurrent/doc/src/qtconcurrent-module.qdoc
index 6e7f325375..72bf3f45d7 100644
--- a/src/concurrent/doc/src/qtconcurrent-module.qdoc
+++ b/src/concurrent/doc/src/qtconcurrent-module.qdoc
@@ -37,17 +37,3 @@
The Qt Concurrent module extends the basic threading support found in \l{Qt Core} module and
simplifies the development of code that can be executed in parallel on all available CPU cores.
*/
-
-/*!
- \typedef QtConcurrent::Exception
- \obsolete
-
- Use QException from \l{Qt Core} instead.
-*/
-
-/*!
- \typedef QtConcurrent::UnhandledException
- \obsolete
-
- Use QUnhandledException from \l{Qt Core} instead.
-*/