qt5base-lts/tests/manual/windowflags
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
..
controllerwindow.cpp windowflags: Make it easier to debug windows without a frame 2018-02-22 09:51:49 +00:00
controllerwindow.h windowflags: Allow testing of naked QWindows, not just QWidgets 2017-06-27 21:56:56 +00:00
controls.cpp Deprecate constructing QFlags from a pointer 2019-11-20 19:43:38 +01:00
controls.h windowflags test: Don't assume window states can not be compound 2017-02-09 14:11:00 +00:00
main.cpp windowflags: Allow testing of naked QWindows, not just QWidgets 2017-06-27 21:56:56 +00:00
previewwindow.cpp windowflags: Make it easier to debug windows without a frame 2018-02-22 09:51:49 +00:00
previewwindow.h windowflags: Make it easier to debug windows without a frame 2018-02-22 09:51:49 +00:00
windowflags.pro Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API. 2015-09-01 16:57:46 +00:00