qt5base-lts/examples/widgets/tools/plugandpaint/app
Christian Ehrlicher 4f6eb43898 QtCore: mark obsolete enumerations as deprecated
The following enumerations were obsolete for a log time but not marked
as deprecated:
 - WA_NoBackground
 - WA_MacNoClickThrough
 - WA_MacBrushedMetal
 - WA_MacMetalStyle
 - WA_MSWindowsUseDirect3D
 - WA_MacFrameworkScaled
 - AA_MSWindowsUseDirect3DByDefault
 - AA_X11InitThreads
 - ImMicroFocus

mark them as deprecated and remove the usage inside QtBase so they can
be removed with Qt6

Change-Id: Ia087a7e1d0ff1945286895be6425a6cceaa483fb
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
2019-05-17 14:08:30 +00:00
..
app.pro remove bogus qtConfig(simulator_and_device) condition 2016-10-16 00:12:33 +00:00
interfaces.h Plug and paint example: Fix -Wweak-tables 2019-04-29 14:10:54 +00:00
main.cpp Examples: Cleanup and modernize Plug&Paint 2018-06-06 11:55:44 +00:00
mainwindow.cpp Examples: Cleanup and modernize Plug&Paint 2018-06-06 11:55:44 +00:00
mainwindow.h Examples: Cleanup and modernize Plug&Paint 2018-06-06 11:55:44 +00:00
paintarea.cpp QtCore: mark obsolete enumerations as deprecated 2019-05-17 14:08:30 +00:00
paintarea.h Examples: Cleanup and modernize Plug&Paint 2018-06-06 11:55:44 +00:00
plugindialog.cpp Fix some deprecation warnings in examples 2019-02-06 22:12:23 +00:00
plugindialog.h Examples: Cleanup and modernize Plug&Paint 2018-06-06 11:55:44 +00:00