Doc: Add \examplecategory for qtconcurrent

Task-number: QTBUG-116071
Pick-to: 6.5 6.6
Change-Id: I7413a0d8085eec38e6480f6aa21c85620ca68f54
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
This commit is contained in:
Safiyyah Moosa 2023-08-28 13:13:48 +02:00
parent b9c10312f9
commit a1d308a316
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