From 9b58f95c63dbd45b31cf9b5a82582807fd5aecd2 Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Mon, 3 Mar 2014 18:42:47 +0100 Subject: Doc: Add docs for QtConcurrent::{Unhandled,Exception} Change-Id: I2a9f28e572f8e59e260f659b6d17721037cbd38e Reviewed-by: Sze Howe Koh Reviewed-by: Thiago Macieira --- src/concurrent/doc/src/qtconcurrent-module.qdoc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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. +*/ -- cgit v1.2.3