summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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