qt5base-lts/tests/auto/widgets/graphicsview/qgraphicsitem
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
..
.gitignore Moved tests into integrationtests/ and widgets/ 2011-10-20 19:45:41 +02:00
BLACKLIST Blacklist qgraphicsitem::sorting test on opensuse-42.3 2019-03-29 07:36:48 +00:00
qgraphicsitem.pro Migrate Windows system libs to external dependencies 2019-05-08 08:30:02 +00:00
tst_qgraphicsitem.cpp Deprecate constructing QFlags from a pointer 2019-11-20 19:43:38 +01:00