qt5base-lts/examples
Vitaly Fanaskov c977e74afd QtConcurrent::run: accept more then five function's arguments
[ChangeLog][Potentially Source-Incompatible Changes] QtConcurrent::run
has the following signatures: run(Function &&f, Args &&...args) and
run(QThreadPool *pool, Function &&f, Args &&...args). If f is a member
pointer, the first argument of args should be an object for which that
member is defined (or a reference, or a pointer to it). See the
documentation for more details.

Fixes: QTBUG-82383
Change-Id: I18f7fcfb2adbdd9f75b29c346bd3516304e32d31
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
Reviewed-by: Sona Kurazyan <sona.kurazyan@qt.io>
2020-03-11 14:46:25 +01:00
..
aggregate install a sane top-level examples.pro file 2012-12-11 13:37:57 +01:00
corelib Merge remote-tracking branch 'origin/5.15' into dev 2020-03-03 14:13:02 +01:00
dbus Regenerate examples 2020-02-04 18:50:39 +00:00
embedded Merge remote-tracking branch 'origin/5.15' into dev 2020-02-28 09:48:30 +01:00
gui Regenerate examples 2020-02-04 18:50:39 +00:00
network Merge remote-tracking branch 'origin/5.15' into dev 2020-03-04 14:39:18 +00:00
opengl Remove legacy OpenGL examples 2020-02-21 09:01:08 +00:00
qmake Add cmdline feature to qmake 2019-02-18 07:12:14 +00:00
qpa Regenerate projects one last time before merge 2020-02-12 17:30:49 +00:00
qtconcurrent Regenerate examples 2020-02-04 18:50:39 +00:00
qtestlib Regenerate examples 2020-02-04 18:50:39 +00:00
sql Merge remote-tracking branch 'origin/5.15' into dev 2020-03-03 14:13:02 +01:00
vulkan QtConcurrent::run: accept more then five function's arguments 2020-03-11 14:46:25 +01:00
widgets Merge remote-tracking branch 'origin/5.15' into dev 2020-03-04 14:39:18 +00:00
xml Merge remote-tracking branch 'origin/5.15' into dev 2020-03-04 14:39:18 +00:00
CMakeLists.txt cmake: add examples/opengl 2019-10-07 07:22:17 +00:00
examples.pro Doc: Move touch examples around so they get included in docs 2018-09-14 03:56:22 +00:00
README Remove more references to demos. 2011-07-08 15:36:26 +02:00

Qt is supplied with a number of example applications that have been
written to provide developers with examples of the Qt API in use,
highlight good programming practice, and showcase features found in each of
Qt's core technologies.


Documentation for examples can be found in the Examples section
of the Qt documentation.