qt5base-lts/src/concurrent
Kevin Funk 58c14c4a7e Replace Q_NULLPTR with nullptr where possible
Remaining uses of Q_NULLPTR are in:
src/corelib/global/qcompilerdetection.h
  (definition and documentation of Q_NULLPTR)
tests/manual/qcursor/qcursorhighdpi/main.cpp
  (a test executable compilable both under Qt4 and Qt5)

Change-Id: If6b074d91486e9b784138f4514f5c6d072acda9a
Reviewed-by: Ville Voutilainen <ville.voutilainen@qt.io>
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
2017-09-19 11:53:55 +00:00
..
doc Doc: Replace std::bind() with lambdas in Qt Concurrent 2017-03-07 04:35:23 +00:00
concurrent.pro QtConcurrent: use QDeadlineTimer to get the clock tick 2016-09-15 19:43:57 +00:00
qtconcurrent_global.h Updated license headers 2016-01-15 12:25:24 +00:00
qtconcurrentcompilertest.h Updated license headers 2016-01-15 12:25:24 +00:00
qtconcurrentexception.h Updated license headers 2016-01-15 12:25:24 +00:00
qtconcurrentfilter.cpp Doc: Replace std::bind() with lambdas in Qt Concurrent 2017-03-07 04:35:23 +00:00
qtconcurrentfilter.h Updated license headers 2016-01-15 12:25:24 +00:00
qtconcurrentfilterkernel.h QtConcurrent: Add missing override 2016-11-29 20:37:54 +00:00
qtconcurrentfunctionwrappers.h Adapt to the C++ SIC introduced by P0012: noexcept overloading 2017-02-17 13:57:30 +00:00
qtconcurrentiteratekernel.cpp QtConcurrent: use QDeadlineTimer to get the clock tick 2016-09-15 19:43:57 +00:00
qtconcurrentiteratekernel.h Replace Q_NULLPTR with nullptr where possible 2017-09-19 11:53:55 +00:00
qtconcurrentmap.cpp Doc: Replace std::bind() with lambdas in Qt Concurrent 2017-03-07 04:35:23 +00:00
qtconcurrentmap.h Updated license headers 2016-01-15 12:25:24 +00:00
qtconcurrentmapkernel.h QtConcurrent: Add missing override 2016-11-29 20:37:54 +00:00
qtconcurrentmedian.h Merge remote-tracking branch 'origin/5.6' into dev 2016-01-26 16:27:28 +01:00
qtconcurrentreducekernel.h QtConcurrent: Add missing override 2016-11-29 20:37:54 +00:00
qtconcurrentrun.cpp Doc: Replace std::bind() with lambdas in Qt Concurrent 2017-03-07 04:35:23 +00:00
qtconcurrentrun.h Adapt to the C++ SIC introduced by P0012: noexcept specialization 2017-05-03 02:39:56 +00:00
qtconcurrentrunbase.h QtConcurrent: Add missing override 2016-11-29 20:37:54 +00:00
qtconcurrentstoredfunctioncall.h Adapt to the C++ SIC introduced by P0012: noexcept specialization 2017-05-03 02:39:56 +00:00
qtconcurrentthreadengine.cpp Updated license headers 2016-01-15 12:25:24 +00:00
qtconcurrentthreadengine.h Replace Q_NULLPTR with nullptr where possible 2017-09-19 11:53:55 +00:00