qt5base-lts/examples/corelib/threads
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
..
doc Unify license header usage. 2016-03-29 10:20:03 +00:00
mandelbrot Unify license header usage. 2016-03-29 10:20:03 +00:00
queuedcustomtype Unify license header usage. 2016-03-29 10:20:03 +00:00
semaphores Unify license header usage. 2016-03-29 10:20:03 +00:00
waitconditions Unify license header usage. 2016-03-29 10:20:03 +00:00
README Move Qt Core examples under a common subdirectory 2014-10-17 14:57:13 +02:00
threads.pro Move Qt Core examples under a common subdirectory 2014-10-17 14:57:13 +02:00

This folder contains examples for the use of the threading-related classes
in Qt Core. For examples using the higher-level Qt Concurrent module,
check out the "qtconcurrent" folder instead.

Documentation for examples can be found via the Examples and Tutorials link
in the main Qt documentation. The examples and their documentation can also
be opened from the Examples tab of Qt Creator's Welcome mode.