qt6-bb10/tests/benchmarks/widgets/graphicsview/functional/GraphicsViewBenchmark
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
..
resources Benchmark: move widgets benchmarks still in gui subdirectory to widgets 2018-03-27 16:50:44 +00:00
widgets Deprecate constructing QFlags from a pointer 2019-11-20 19:43:38 +01:00
GraphicsViewBenchmark.pro Benchmark: move widgets benchmarks still in gui subdirectory to widgets 2018-03-27 16:50:44 +00:00
GraphicsViewBenchmark.qrc Benchmark: move widgets benchmarks still in gui subdirectory to widgets 2018-03-27 16:50:44 +00:00
main.cpp Benchmark: move widgets benchmarks still in gui subdirectory to widgets 2018-03-27 16:50:44 +00:00