15 lines
440 B
Plaintext
15 lines
440 B
Plaintext
// 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.
|
|
*/
|