diff options
author | Martin Smith <msmith@trolltech.com> | 2009-07-13 13:29:37 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-07-13 13:32:00 (GMT) |
commit | f7a11ee28484320129fec25c00e0f616ff6751bc (patch) | |
tree | f5a0ad878d060ba3babab71b611cc0bb7fb6f925 /src/corelib | |
parent | eb594be13ae17361c1de3539e34e84a1d8c324c5 (diff) | |
download | Qt-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')
-rw-r--r-- | src/corelib/concurrent/qtconcurrentmap.cpp | 2 |
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 */ |