qt5base-lts/examples/qtconcurrent
Michael Winkelmann ab9f4d5db6 Revamp QtConcurrent examples to C++11
I updated signals and slots and for each loops to the new syntax and
replaced most free functions with std::function.

Task-number: QTBUG-60641
Change-Id: I7693f81f71c7f53fcbe83189a0de2fb76ddf99a8
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
2017-11-07 09:42:34 +00:00
..
imagescaling Revamp QtConcurrent examples to C++11 2017-11-07 09:42:34 +00:00
map Revamp QtConcurrent examples to C++11 2017-11-07 09:42:34 +00:00
progressdialog Revamp QtConcurrent examples to C++11 2017-11-07 09:42:34 +00:00
runfunction Unify license header usage. 2016-03-29 10:20:03 +00:00
wordcount Revamp QtConcurrent examples to C++11 2017-11-07 09:42:34 +00:00
qtconcurrent.pro Examples: Remove remains of wince 2017-07-14 17:30:51 +00:00
README Remove references to demos from docs. 2011-07-05 19:57:54 +02:00

Qt 4 extends Qt's support for multithreaded applications with an API for
concurrent programming which includes implementations of the well-known
map-reduce and filter-reduce algorithms.


Documentation for these examples can be found via the Examples
link in the main Qt documentation.