summaryrefslogtreecommitdiffstats
path: root/src/corelib/concurrent
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2009-07-13 13:29:37 (GMT)
committerMartin Smith <msmith@trolltech.com>2009-07-13 13:32:00 (GMT)
commitf7a11ee28484320129fec25c00e0f616ff6751bc (patch)
treef5a0ad878d060ba3babab71b611cc0bb7fb6f925 /src/corelib/concurrent
parenteb594be13ae17361c1de3539e34e84a1d8c324c5 (diff)
downloadQt-f7a11ee28484320129fec25c00e0f616ff6751bc.zip
Qt-f7a11ee28484320129fec25c00e0f616ff6751bc.tar.gz
Qt-f7a11ee28484320129fec25c00e0f616ff6751bc.tar.bz2
doc: Use \inheaderfile to show which include file to include.
Letting qdoc output it automatically produces the wrong header file name. Task-number: 217268 210171 220664
Diffstat (limited to 'src/corelib/concurrent')
-rw-r--r--src/corelib/concurrent/qtconcurrentmap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/concurrent/qtconcurrentmap.cpp b/src/corelib/concurrent/qtconcurrentmap.cpp
index 46d2400..797f335 100644
--- a/src/corelib/concurrent/qtconcurrentmap.cpp
+++ b/src/corelib/concurrent/qtconcurrentmap.cpp
@@ -48,7 +48,7 @@
threading primitives.
See the \l {threads.html#qtconcurrent-intro}{Qt Concurrent} section in the \l{threads.html}{threading} documentation.
-
+ \inheaderfile QtCore
\ingroup thread
*/