QException/QFuture*: add \inmodule QtCore
authorMarc Mutz <marc.mutz@kdab.com>
Mon, 27 Aug 2012 15:06:33 +0000 (17:06 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 28 Sep 2012 21:50:10 +0000 (23:50 +0200)
Change-Id: Iad787e3280889eae6b6aace9a85bda966b1a7094
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
src/corelib/thread/qexception.cpp
src/corelib/thread/qfuture.qdoc
src/corelib/thread/qfuturesynchronizer.qdoc
src/corelib/thread/qfuturewatcher.cpp

index 090cbf4..50689c0 100644 (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
index 91414a0..b67d711 100644 (file)
@@ -40,6 +40,7 @@
 ****************************************************************************/
 
 /*! \class QFuture
+    \inmodule QtCore
     \threadsafe
     \brief The QFuture class represents the result of an asynchronous computation.
     \since 4.4
index 903dc89..d182c22 100644 (file)
@@ -41,6 +41,7 @@
 
 /*! \class QFutureSynchronizer
     \since 4.4
+    \inmodule QtCore
 
     \brief The QFutureSynchronizer class is a convenience class that simplifies
     QFuture synchronization.
index e7009ab..f4521f6 100644 (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