qt5base-lts/tests/auto/widgets
Marc Mutz dd562b3672 Replace qExchange with std::exchange
None of these users require C++20 constexpr or C++23 noexcept, the
only remaining difference between std::exchange and qExchange.

This leaves a single qExchange() user, in QScopedValueRollback, that
requires the constexpr version, only available from C++20, and thus
remains unported.

Task-number: QTBUG-99313
Change-Id: Iea46f6ed61d6bd8a5b2fd9d9ec4d70c980b443a2
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2022-10-07 18:11:36 +02:00
..
dialogs tests: skip tst_QDialog::showAsTool() on Wayland 2022-10-07 13:20:13 +02:00
effects Change the license of all CMakeLists.txt and *.cmake files to BSD 2022-08-23 23:58:42 +02:00
graphicsview tests: skip tst_QGraphicsView::embeddedViewsWithFocus() on Wayland 2022-10-07 13:20:18 +02:00
itemviews tests: skip two tests in tst_QAbstractItemView on Wayland 2022-10-07 13:20:21 +02:00
kernel Replace qExchange with std::exchange 2022-10-07 18:11:36 +02:00
styles Style sheets: add placeholder text color property for edit widgets 2022-09-29 08:20:56 +02:00
util Deprecate QApplication::setActiveWindow() and mark as internal 2022-08-27 20:22:29 +02:00
widgets tests: skip two tests in tst_QDockWidget on Wayland 2022-10-07 13:20:24 +02:00
CMakeLists.txt Change the license of all CMakeLists.txt and *.cmake files to BSD 2022-08-23 23:58:42 +02:00