qt5base-lts/examples/qtconcurrent
Friedemann Kleint f9bf737d74 Examples/Doc snippets: Fix single-character string literals.
Use character literals where applicable.

Change-Id: I79fa5018f05735201ae35ee94ba0d356fcad1056
Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
2015-10-13 16:37:07 +00:00
..
imagescaling fix usage of wince scope 2015-06-05 10:29:10 +00:00
map QtConcurrent example: remove unneeded explicit template type 2015-07-17 14:29:42 +00:00
progressdialog Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
runfunction Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
wordcount Examples/Doc snippets: Fix single-character string literals. 2015-10-13 16:37:07 +00:00
qtconcurrent.pro skip gui-needing examples with -no-gui 2013-10-11 21:03:34 +02:00
README

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.