diff options
author | Paul Wicking <[email protected]> | 2024-08-22 19:57:28 +0200 |
---|---|---|
committer | Paul Wicking <[email protected]> | 2024-08-28 08:25:30 +0200 |
commit | cd8244131e2d6fe2c2453ae40213e7f12bff893d (patch) | |
tree | 40b1b42f419fbf9c487506840d6e5735e865d1c9 /examples/corelib/threads | |
parent | 205edd15070720ce94ef5ba7d7e32b0b715abcf9 (diff) |
Doc: Remove usage of defunct QDoc command
The QDoc command `\tableofcontents` was rendered useless by a change
more than a decade ago. Remove the use of `\tableofcontents` as it
serves no purpose, and ensure that the surrounding context still makes
sense for the reader, by removing preceding text that refers to a
non-existing table of contents, such as `Contents:`.
Task-number: QTBUG-128173
Pick-to: 6.8
Change-Id: Ibb5a6af0e80f70fa487cdf6a7e38009a9ef60cbf
Reviewed-by: Safiyyah Moosa <[email protected]>
Reviewed-by: Venugopal Shivashankar <[email protected]>
Diffstat (limited to 'examples/corelib/threads')
-rw-r--r-- | examples/corelib/threads/doc/src/queuedcustomtype.qdoc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/corelib/threads/doc/src/queuedcustomtype.qdoc b/examples/corelib/threads/doc/src/queuedcustomtype.qdoc index 8d56695c797..cafab85edcb 100644 --- a/examples/corelib/threads/doc/src/queuedcustomtype.qdoc +++ b/examples/corelib/threads/doc/src/queuedcustomtype.qdoc @@ -12,10 +12,6 @@ \image queuedcustomtype-example.png - Contents: - - \tableofcontents - \section1 Overview In this example, we create a value class, \c Block, and register it with |