summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2012-08-27 17:06:33 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-09-28 23:50:10 +0200
commitb1d2b80a90b3eda41f4d84fc504220c6b0cf2c29 (patch)
tree6269b183bc70ff09159324395a18436b05d3edac
parent427a271426d065a2d3ad2a9bb26a4cc0caee9d41 (diff)
QException/QFuture*: add \inmodule QtCore
Change-Id: Iad787e3280889eae6b6aace9a85bda966b1a7094 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
-rw-r--r--src/corelib/thread/qexception.cpp2
-rw-r--r--src/corelib/thread/qfuture.qdoc1
-rw-r--r--src/corelib/thread/qfuturesynchronizer.qdoc1
-rw-r--r--src/corelib/thread/qfuturewatcher.cpp1
4 files changed, 5 insertions, 0 deletions
diff --git a/src/corelib/thread/qexception.cpp b/src/corelib/thread/qexception.cpp
index 090cbf4e85..50689c0abe 100644
--- a/src/corelib/thread/qexception.cpp
+++ b/src/corelib/thread/qexception.cpp
@@ -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
diff --git a/src/corelib/thread/qfuture.qdoc b/src/corelib/thread/qfuture.qdoc
index 91414a092a..b67d711536 100644
--- a/src/corelib/thread/qfuture.qdoc
+++ b/src/corelib/thread/qfuture.qdoc
@@ -40,6 +40,7 @@
****************************************************************************/
/*! \class QFuture
+ \inmodule QtCore
\threadsafe
\brief The QFuture class represents the result of an asynchronous computation.
\since 4.4
diff --git a/src/corelib/thread/qfuturesynchronizer.qdoc b/src/corelib/thread/qfuturesynchronizer.qdoc
index 903dc89d1e..d182c22fa8 100644
--- a/src/corelib/thread/qfuturesynchronizer.qdoc
+++ b/src/corelib/thread/qfuturesynchronizer.qdoc
@@ -41,6 +41,7 @@
/*! \class QFutureSynchronizer
\since 4.4
+ \inmodule QtCore
\brief The QFutureSynchronizer class is a convenience class that simplifies
QFuture synchronization.
diff --git a/src/corelib/thread/qfuturewatcher.cpp b/src/corelib/thread/qfuturewatcher.cpp
index e7009ab854..f4521f6aa1 100644
--- a/src/corelib/thread/qfuturewatcher.cpp
+++ b/src/corelib/thread/qfuturewatcher.cpp
@@ -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