qt5base-lts/examples/corelib/threads
Frederik Gladhorn b6191b16d4 Merge remote-tracking branch 'origin/5.4' into dev
Conflicts:
	src/corelib/global/global.pri
	src/corelib/global/qcompilerdetection.h
	src/corelib/global/qglobal.h
	src/corelib/tools/qdatetime.cpp
	src/plugins/platforms/xcb/qxcbscreen.h
	src/plugins/platforms/xcb/qxcbwindow.h
	src/widgets/dialogs/qcolordialog.cpp
	src/widgets/dialogs/qcolordialog_p.h
	tools/configure/configureapp.cpp

Change-Id: Ie9d6e9df13e570da0a90a67745a0d05f46c532af
2015-01-21 11:10:14 +01:00
..
doc Doc: Fix typos 2015-01-19 10:48:03 +01:00
mandelbrot Haiku: Make examples compile on Haiku 2015-01-14 05:37:12 +01:00
queuedcustomtype Move Qt Core examples under a common subdirectory 2014-10-17 14:57:13 +02:00
semaphores Move Qt Core examples under a common subdirectory 2014-10-17 14:57:13 +02:00
waitconditions Move Qt Core examples under a common subdirectory 2014-10-17 14:57:13 +02: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.