qt5base-lts/examples/qtconcurrent
David Faure 31a1b3df1d QtConcurrent example: remove unneeded explicit template type
I show this code during trainings and this explicit template type
just makes the line of code more complex than it has to be.

Change-Id: I294c65f48967e54c67d9c3b8e1de96c3c2495a5b
Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
2015-07-17 14:29:42 +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 Updated BSD licensed file headers 2015-02-15 07:41:17 +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.