qt5base-lts/examples/qtconcurrent
Oswald Buddenhagen 677825f0ba remove non-concurrent branch from concurrent example
kinda stupid to have it ...

Change-Id: Icb31c524e04f43b0fb966c5500e22dfd574f969f
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2013-10-16 17:10:15 +02:00
..
imagescaling Remove warnings about examples not running in the Qt Simulator 2013-10-09 21:45:31 +02:00
map remove non-concurrent branch from concurrent example 2013-10-16 17:10:15 +02:00
progressdialog Remove warnings about examples not running in the Qt Simulator 2013-10-09 21:45:31 +02:00
runfunction Remove warnings about examples not running in the Qt Simulator 2013-10-09 21:45:31 +02:00
wordcount Remove warnings about examples not running in the Qt Simulator 2013-10-09 21:45:31 +02: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.