Skip to content

Commit

Permalink
Doc: Add \examplecategory for qtconcurrent
Browse files Browse the repository at this point in the history
Task-number: QTBUG-116071
Pick-to: 6.5 6.6
Change-Id: I7413a0d8085eec38e6480f6aa21c85620ca68f54
Reviewed-by: Topi Reiniö <[email protected]>
  • Loading branch information
SafiM5 committed Sep 7, 2023
1 parent b9c1031 commit a1d308a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
\meta tags {widgets, threads, network}
\title Image Scaling
\ingroup qtconcurrentexamples
\examplecategory {Networking}
\brief Demonstrates how to asynchronously download and scale images.

This example shows how to use the QFuture, QPromise, and QFutureWatcher
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
\meta tags {widgets, threads}
\title Prime Counter
\ingroup qtconcurrentexamples
\examplecategory {Data Processing & I/O}
\brief Demonstrates how to monitor the progress of concurrent operations.

The following example demonstrates how to create an interactive and
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
\meta tags {threads, console}
\title Word Count
\ingroup qtconcurrentexamples
\examplecategory {Data Processing & I/O}
\brief Demonstrates how to use the map-reduce algorithm.

The Qt Concurrent \e {Word Count} example demonstrates the use of the
Expand Down

0 comments on commit a1d308a

Please sign in to comment.