summaryrefslogtreecommitdiffstats
path: root/src/concurrent/doc
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2014-03-03 18:42:47 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-17 20:52:42 +0100
commit9b58f95c63dbd45b31cf9b5a82582807fd5aecd2 (patch)
tree31639f59607907006de2d8e6749ec86beb6936be /src/concurrent/doc
parent4f2872c64fc1e3a5a0fd58a94c521f4b128f4a5c (diff)
Doc: Add docs for QtConcurrent::{Unhandled,Exception}
Change-Id: I2a9f28e572f8e59e260f659b6d17721037cbd38e Reviewed-by: Sze Howe Koh <szehowe.koh@gmail.com> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/concurrent/doc')
-rw-r--r--src/concurrent/doc/src/qtconcurrent-module.qdoc14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/concurrent/doc/src/qtconcurrent-module.qdoc b/src/concurrent/doc/src/qtconcurrent-module.qdoc
index 37298017c7..d9cc953a05 100644
--- a/src/concurrent/doc/src/qtconcurrent-module.qdoc
+++ b/src/concurrent/doc/src/qtconcurrent-module.qdoc
@@ -36,3 +36,17 @@
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.
+*/