diff options
author | Topi Reinio <[email protected]> | 2015-03-30 15:31:55 +0200 |
---|---|---|
committer | Topi Reiniƶ <[email protected]> | 2015-04-07 14:38:29 +0000 |
commit | 2a6249c00ad66e7b670acb18d4b1eec7508ac3d9 (patch) | |
tree | c3a966789f2488e1e8646e34012bf1650847d609 /src/concurrent/qtconcurrentrun.cpp | |
parent | 491b746473cf205cb08f64a2b1633a09d3c33ac4 (diff) |
Doc: Qt Concurrent: Link to essential usage information
Functions under the QtConcurrent namespace used to be documented
as header files, using the \headerfile command. These documents
have been since converted to standard pages using the \page
command, and the reference documentation for these functions
now live in the namespace page only.
However, the former pages contain useful usage information and
code snippets, but they've not been linked to from anywhere.
This change links to these pages from the module landing page,
as well as from the function reference doc.
Change-Id: Ia750d72d12503cec96ee2c9e202dd561e548cb24
Task-number: QTBUG-28977
Reviewed-by: Venugopal Shivashankar <[email protected]>
Reviewed-by: Leena Miettinen <[email protected]>
Reviewed-by: Sze Howe Koh <[email protected]>
Diffstat (limited to 'src/concurrent/qtconcurrentrun.cpp')
-rw-r--r-- | src/concurrent/qtconcurrentrun.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/concurrent/qtconcurrentrun.cpp b/src/concurrent/qtconcurrentrun.cpp index 42d085cc2a9..fa791bd3234 100644 --- a/src/concurrent/qtconcurrentrun.cpp +++ b/src/concurrent/qtconcurrentrun.cpp @@ -143,6 +143,8 @@ canceling, pausing, or progress reporting. The QFuture returned can only be used to query for the running/finished status and the return value of the function. + + \sa {Concurrent Run} */ /*! @@ -160,4 +162,6 @@ canceling, pausing, or progress reporting. The QFuture returned can only be used to query for the running/finished status and the return value of the function. + + \sa {Concurrent Run} */ |