Doc: Add \examplecategory for qtconcurrent

Task-number: QTBUG-116071
Change-Id: I7413a0d8085eec38e6480f6aa21c85620ca68f54
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
(cherry picked from commit a1d308a316cb91b303f6d1bdfdb604f709a5df59)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Safiyyah Moosa 2023-08-28 13:13:48 +02:00 committed by Qt Cherry-pick Bot
parent d514557091
commit 92e3f5250a
3 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,7 @@
\meta tags {widgets, threads, network} \meta tags {widgets, threads, network}
\title Image Scaling \title Image Scaling
\ingroup qtconcurrentexamples \ingroup qtconcurrentexamples
\examplecategory {Networking}
\brief Demonstrates how to asynchronously download and scale images. \brief Demonstrates how to asynchronously download and scale images.
This example shows how to use the QFuture, QPromise, and QFutureWatcher This example shows how to use the QFuture, QPromise, and QFutureWatcher

View File

@ -6,6 +6,7 @@
\meta tags {widgets, threads} \meta tags {widgets, threads}
\title Prime Counter \title Prime Counter
\ingroup qtconcurrentexamples \ingroup qtconcurrentexamples
\examplecategory {Data Processing & I/O}
\brief Demonstrates how to monitor the progress of concurrent operations. \brief Demonstrates how to monitor the progress of concurrent operations.
The following example demonstrates how to create an interactive and The following example demonstrates how to create an interactive and

View File

@ -6,6 +6,7 @@
\meta tags {threads, console} \meta tags {threads, console}
\title Word Count \title Word Count
\ingroup qtconcurrentexamples \ingroup qtconcurrentexamples
\examplecategory {Data Processing & I/O}
\brief Demonstrates how to use the map-reduce algorithm. \brief Demonstrates how to use the map-reduce algorithm.
The Qt Concurrent \e {Word Count} example demonstrates the use of the The Qt Concurrent \e {Word Count} example demonstrates the use of the