qt6-bb10/tests/auto/widgets
Giuseppe D'Angelo 3e1d03b1ea Port Q_STATIC_ASSERT(_X) to static_assert
There is no reason for keep using our macro now that we have C++17.
The macro itself is left in for the moment being, as well as its
detection logic, because it's needed for C code (not everything
supports C11 yet).  A few more cleanups will arrive in the next few
patches.

Note that this is a mere search/replace; some places were using
double braces to work around the presence of commas in a macro, no
attempt has been done to fix those.

tst_qglobal had just some minor changes to keep testing the macro.

Change-Id: I1c1c397d9f3e63db3338842bf350c9069ea57639
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
2020-06-19 19:38:23 +02:00
..
dialogs Phase 2 of removing QDesktopWidget 2020-06-08 20:29:49 +02:00
effects Phase 2 of removing QDesktopWidget 2020-06-08 20:29:49 +02:00
graphicsview Introduce QInputDevice hierarchy; replace QTouchDevice 2020-06-16 22:06:56 +02:00
itemviews Phase 2 of removing QDesktopWidget 2020-06-08 20:29:49 +02:00
kernel Port Q_STATIC_ASSERT(_X) to static_assert 2020-06-19 19:38:23 +02:00
styles Remove winrt 2020-06-06 20:25:49 +02:00
util Introduce QInputDevice hierarchy; replace QTouchDevice 2020-06-16 22:06:56 +02:00
widgets Fix breakage of QPushButton on macOS when a style sheet was set 2020-06-11 15:52:25 +02:00
CMakeLists.txt Begin port of qtbase to CMake 2018-11-01 11:48:46 +00:00
widgets.pro