diff options
author | Lars Knoll <lars.knoll@digia.com> | 2012-11-29 10:27:52 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2012-11-30 00:48:37 +0100 |
commit | 753a47892588b2dead91b4ce033b1510f1496fe5 (patch) | |
tree | 97d5ce8af28e093365d50e4b908469dc470ee21d /src/concurrent/qtconcurrentmap.cpp | |
parent | aeb036ed8715d0c099d3dca87f7def4dbaf8e9b4 (diff) | |
download | qtbase-753a47892588b2dead91b4ce033b1510f1496fe5.tar.gz |
Fixup concurrent docs
qdoc now finds an overview and the concurrent namespace.
Change-Id: I2cd15bc19091f53bd2bb98919e685d49d473dbec
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src/concurrent/qtconcurrentmap.cpp')
-rw-r--r-- | src/concurrent/qtconcurrentmap.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/concurrent/qtconcurrentmap.cpp b/src/concurrent/qtconcurrentmap.cpp index f1e46177eb..81f860534d 100644 --- a/src/concurrent/qtconcurrentmap.cpp +++ b/src/concurrent/qtconcurrentmap.cpp @@ -41,7 +41,7 @@ /*! \namespace QtConcurrent - \inmodule QtCore + \inmodule QtConcurrent \since 4.4 \brief The QtConcurrent namespace provides high-level APIs that make it possible to write multi-threaded programs without using low-level @@ -50,7 +50,7 @@ See the \l {Concurrent Programming}{Qt Concurrent} chapter in the \l{threads.html}{threading} documentation. - \inheaderfile QtCore + \inheaderfile QtConcurrent \ingroup thread */ |