qt5base-lts/examples/qtconcurrent
Jani Heikkinen cd46a2daf5 Unify license header usage.
Update files using old header.LGPL3 to header.LGPL
Update files using old FDL template to use new one
Update files using old BSD template to use new one

Change-Id: I36a78272516f9953d02956522f285b40adfc8915
Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
2016-03-29 10:20:03 +00:00
..
imagescaling Unify license header usage. 2016-03-29 10:20:03 +00:00
map Unify license header usage. 2016-03-29 10:20:03 +00:00
progressdialog Unify license header usage. 2016-03-29 10:20:03 +00:00
runfunction Unify license header usage. 2016-03-29 10:20:03 +00:00
wordcount Unify license header usage. 2016-03-29 10:20:03 +00:00
qtconcurrent.pro skip gui-needing examples with -no-gui 2013-10-11 21:03:34 +02: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.