QException/QFuture*: add \inmodule QtCore

Change-Id: Iad787e3280889eae6b6aace9a85bda966b1a7094
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
Marc Mutz 2012-08-27 17:06:33 +02:00 committed by The Qt Project
parent 427a271426
commit b1d2b80a90
4 changed files with 5 additions and 0 deletions

View File

@ -49,6 +49,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QException
\inmodule QtCore
\brief The QException class provides a base class for exceptions that can transferred across threads.
\since 5.0
@ -92,6 +93,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QUnhandledException
\inmodule QtCore
\brief The UnhandledException class represents an unhandled exception in a worker thread.
\since 5.0

View File

@ -40,6 +40,7 @@
****************************************************************************/
/*! \class QFuture
\inmodule QtCore
\threadsafe
\brief The QFuture class represents the result of an asynchronous computation.
\since 4.4

View File

@ -41,6 +41,7 @@
/*! \class QFutureSynchronizer
\since 4.4
\inmodule QtCore
\brief The QFutureSynchronizer class is a convenience class that simplifies
QFuture synchronization.

View File

@ -56,6 +56,7 @@ QT_BEGIN_NAMESPACE
\reentrant
\since 4.4
\inmodule QtCore
\ingroup thread
\brief The QFutureWatcher class allows monitoring a QFuture using signals