qt5base-lts/examples/widgets/layouts/flowlayout
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
..
flowlayout.cpp Deprecate constructing QFlags from a pointer 2019-11-20 19:43:38 +01:00
flowlayout.h Examples: Replace 'Q_DECL_OVERRIDE' by 'override' 2016-06-15 09:32:30 +00:00
flowlayout.pro clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
main.cpp Doc: Add doc to Graphics View Flow Layout example 2018-03-13 12:07:55 +00:00
window.cpp Unify license header usage. 2016-03-29 10:20:03 +00:00
window.h Unify license header usage. 2016-03-29 10:20:03 +00:00