From fbb470b40b2c86a55751bf3099cc0424f66c7274 Mon Sep 17 00:00:00 2001 From: Dennis Oberst Date: Wed, 1 Mar 2023 13:39:20 +0100 Subject: Example: remove map example This example only demonstrates the use of blockingMapped. Considering that the QtConcurrent::mapped~ functions are already included in the wordcount example, and have very similar APIs to the QtConcurrent::filter~ functions, which are included in the progressdialog example, this no longer serves a useful purpose. Task-number: QTBUG-111165 Pick-to: 6.5 6.5.0 Change-Id: Ibc526e1a9fb17070e376e45151e9c2bdbc69bd32 Reviewed-by: Ivan Solovev --- examples/qtconcurrent/map/doc/src/qtconcurrent-map.qdoc | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 examples/qtconcurrent/map/doc/src/qtconcurrent-map.qdoc (limited to 'examples/qtconcurrent/map/doc/src') diff --git a/examples/qtconcurrent/map/doc/src/qtconcurrent-map.qdoc b/examples/qtconcurrent/map/doc/src/qtconcurrent-map.qdoc deleted file mode 100644 index 3a9a5ba4d95..00000000000 --- a/examples/qtconcurrent/map/doc/src/qtconcurrent-map.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 map - \title Map Example - \brief Demonstrates how to scale images synchronously. - \ingroup qtconcurrentexamples - - The QtConcurrent Map example shows how to use the synchronous (blocking) - QtConcurrent API to scale a collection of images. - - This is a command-line application. -*/ -- cgit v1.2.3