qt5base-lts/tests/auto/corelib/itemmodels/qitemselectionmodel
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 Move proxy and selection models to QtCore. 2011-12-16 13:00:57 +01:00
qitemselectionmodel.pro Tests: Remove CONFIG += parallel_test. 2015-09-05 07:16:50 +00:00
tst_qitemselectionmodel.cpp Deprecate constructing QFlags from a pointer 2019-11-20 19:43:38 +01:00