summaryrefslogtreecommitdiffstats
path: root/src/corelib/concurrent
diff options
context:
space:
mode:
authorDavid Boddie <dboddie@trolltech.com>2009-07-13 11:46:46 (GMT)
committerDavid Boddie <dboddie@trolltech.com>2009-07-13 11:46:46 (GMT)
commit85fbffa12bcd38b08030561335305c3226312bc6 (patch)
tree5dd4a0e42e8b9cf2f96e05c30a9ead27f5506f6a /src/corelib/concurrent
parent109bc35a0200bb04fbbb9e7e944572082f966e91 (diff)
downloadQt-85fbffa12bcd38b08030561335305c3226312bc6.zip
Qt-85fbffa12bcd38b08030561335305c3226312bc6.tar.gz
Qt-85fbffa12bcd38b08030561335305c3226312bc6.tar.bz2
Doc: Explicitly declare the module for each namespace to prevent strange
omissions when qdoc is used in certain Windows environments. Task-number: 256415 Reviewed-by: Trust Me
Diffstat (limited to 'src/corelib/concurrent')
-rw-r--r--src/corelib/concurrent/qtconcurrentmap.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/concurrent/qtconcurrentmap.cpp b/src/corelib/concurrent/qtconcurrentmap.cpp
index b8c753a..46d2400 100644
--- a/src/corelib/concurrent/qtconcurrentmap.cpp
+++ b/src/corelib/concurrent/qtconcurrentmap.cpp
@@ -41,6 +41,7 @@
/*!
\namespace QtConcurrent
+ \inmodule QtCore
\since 4.4
\brief The QtConcurrent namespace provides high-level APIs that make it
possible to write multi-threaded programs without using low-level