From 8352756d27e5657390b6e87f45e0c0bae6b7784e Mon Sep 17 00:00:00 2001 From: Dennis Oberst Date: Thu, 16 Feb 2023 18:14:38 +0100 Subject: Example: rename progressdialog to primecounter and modernize it MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Ivan Solovev --- .../doc/src/qtconcurrent-progressdialog.qdoc | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 examples/qtconcurrent/progressdialog/doc/src/qtconcurrent-progressdialog.qdoc (limited to 'examples/qtconcurrent/progressdialog/doc/src') 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 -*/ -- cgit v1.2.3