qt6-bb10/examples/qtconcurrent
Sergio Ahumada 2dc99546a1 Fix warnings about files that can't be found in QtConcurrent
Change-Id: I712e3de68bd329fc5e615b08278e719619f856b2
Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
2013-01-28 16:33:48 +01:00
..
imagescaling Fix warnings about files that can't be found in QtConcurrent 2013-01-28 16:33:48 +01:00
map Fix warnings about files that can't be found in QtConcurrent 2013-01-28 16:33:48 +01:00
progressdialog Fix warnings about files that can't be found in QtConcurrent 2013-01-28 16:33:48 +01:00
runfunction Fix warnings about files that can't be found in QtConcurrent 2013-01-28 16:33:48 +01:00
wordcount Fix warnings about files that can't be found in QtConcurrent 2013-01-28 16:33:48 +01:00
README Remove references to demos from docs. 2011-07-05 19:57:54 +02:00
qtconcurrent.pro add and use qtHaveModule() function 2012-12-21 19:05:02 +01: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.