qt5base-lts/tests/auto/corelib
Allan Sandfeld Jensen af2daafde7 Deprecate constructing QFlags from a pointer
This was used to support QFlags f = 0 initialization, but with 0 used
as a pointer literal now considered bad form, it had been changed many
places to QFlags f = nullptr, which is meaningless and confusing.

Change-Id: I4bc592151c255dc5cab1a232615caecc520f02e8
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2019-11-20 19:43:38 +01:00
..
animation Update for failures only on dev branch. Use general platform names 2019-08-19 18:22:11 +02:00
codecs Port from QStringViewLiteral to u"" 2019-07-29 11:17:28 +03:00
global Deprecate constructing QFlags from a pointer 2019-11-20 19:43:38 +01:00
io Deprecate constructing QFlags from a pointer 2019-11-20 19:43:38 +01:00
itemmodels Deprecate constructing QFlags from a pointer 2019-11-20 19:43:38 +01:00
kernel Update for failures only on dev branch. Use general platform names 2019-08-19 18:22:11 +02:00
mimetypes Remove handling of missing Q_COMPILER_RVALUE_REFS 2019-05-01 20:24:45 +00:00
plugin Disable debug-and-release builds for MinGW 2019-09-18 06:28:16 +00:00
serialization Merge remote-tracking branch 'origin/5.13' into 5.14 2019-10-28 10:50:03 +01:00
statemachine QStateMachine: Don't scream at the user 2019-10-24 10:26:03 +02:00
text Deprecate constructing QFlags from a pointer 2019-11-20 19:43:38 +01:00
thread Update for failures only on dev branch. Use general platform names 2019-08-19 18:22:11 +02:00
time Merge remote-tracking branch 'origin/5.14' into 5.15 2019-11-15 16:29:40 +01:00
tools tst_QScopeGuard: Remove unused lambda capture 2019-11-19 18:33:43 +02:00
corelib.pro Move text-related code out of corelib/tools/ to corelib/text/ 2019-07-10 17:05:30 +02:00