diff options
| author | Casper van Donderen <[email protected]> | 2012-03-01 15:28:31 +0100 |
|---|---|---|
| committer | Qt by Nokia <[email protected]> | 2012-03-02 23:16:25 +0100 |
| commit | 95d83cb1b68cc4a415d5d80859b4e74472ad7112 (patch) | |
| tree | 9f6fa892ee78f584224320a195f03419c0fdbc21 /src/concurrent/qtconcurrentexception.cpp | |
| parent | 15e136d4e116c1513c106dfbb75e1953a7f3463c (diff) | |
Remove the usage of deprecated qdoc macros.
QDoc now has support for Doxygen style commands for italics, bold
and list items. This change applies that change in QDoc to the
actual documentation.
Task-number: QTBUG-24578
Change-Id: I519bf9c29b14092e3ab6067612f42bf749eeedf5
Reviewed-by: Shane Kearns <[email protected]>
Reviewed-by: Lars Knoll <[email protected]>
Diffstat (limited to 'src/concurrent/qtconcurrentexception.cpp')
| -rw-r--r-- | src/concurrent/qtconcurrentexception.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/concurrent/qtconcurrentexception.cpp b/src/concurrent/qtconcurrentexception.cpp index caeaa8d9be4..57eb604d39c 100644 --- a/src/concurrent/qtconcurrentexception.cpp +++ b/src/concurrent/qtconcurrentexception.cpp @@ -69,10 +69,10 @@ QT_BEGIN_NAMESPACE When using QFuture, transferred exceptions will be thrown when calling the following functions: \list - \o QFuture::waitForFinished() - \o QFuture::result() - \o QFuture::resultAt() - \o QFuture::results() + \li QFuture::waitForFinished() + \li QFuture::result() + \li QFuture::resultAt() + \li QFuture::results() \endlist */ |
