summaryrefslogtreecommitdiffstats
path: root/examples/qtconcurrent/map/doc/src/qtconcurrent-map.qdoc
blob: 3a9a5ba4d958f1692787ff1baa5be48342c14e20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// 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.
*/