summaryrefslogtreecommitdiffstats
path: root/examples/qtconcurrent/progressdialog/doc/src
diff options
context:
space:
mode:
authorDennis Oberst <[email protected]>2023-02-16 18:14:38 +0100
committerDennis Oberst <[email protected]>2023-03-21 11:19:42 +0100
commit8352756d27e5657390b6e87f45e0c0bae6b7784e (patch)
treebccba1d07361956f2d818a05b1163013aaba8b27 /examples/qtconcurrent/progressdialog/doc/src
parent4a9696aa05660b4a06a8720c7abeb2bbc64ebecc (diff)
Example: rename progressdialog to primecounter and modernize it
The previous example finished way too quickly and provided no real value in regards to API understanding. Previously, QtConcurrent::map was used, which was also used in other examples. We are now using QtConcurrent::filterReduce to demonstrate other functionality. Task-number: QTBUG-111165 Pick-to: 6.5 6.5.0 Change-Id: Ibd6eb119d0711cddfe8b211d460e9d67d6ce95c3 Reviewed-by: MÃ¥rten Nordheim <[email protected]> Reviewed-by: Ivan Solovev <[email protected]>
Diffstat (limited to 'examples/qtconcurrent/progressdialog/doc/src')
-rw-r--r--examples/qtconcurrent/progressdialog/doc/src/qtconcurrent-progressdialog.qdoc14
1 files changed, 0 insertions, 14 deletions
diff --git a/examples/qtconcurrent/progressdialog/doc/src/qtconcurrent-progressdialog.qdoc b/examples/qtconcurrent/progressdialog/doc/src/qtconcurrent-progressdialog.qdoc
deleted file mode 100644
index 103dbda8bac..00000000000
--- a/examples/qtconcurrent/progressdialog/doc/src/qtconcurrent-progressdialog.qdoc
+++ /dev/null
@@ -1,14 +0,0 @@
-// Copyright (C) 2016 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
-
-/*!
- \example progressdialog
- \title QtConcurrent Progress Dialog Example
- \brief Demonstrates how to monitor the progress of the active processes.
- \ingroup qtconcurrentexamples
-
- The QtConcurrent Progress Dialog example shows how to use the
- QFutureWatcher class to monitor the progress of a long-running operation.
-
- \image qtconcurrent-progressdialog.png
-*/