qt5base-lts/examples/network/secureudpserver
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
..
CMakeLists.txt Change the license of all CMakeLists.txt and *.cmake files to BSD 2022-08-23 23:58:42 +02:00
main.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
mainwindow.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
mainwindow.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
mainwindow.ui Add a secure UDP server example 2018-06-21 17:01:03 +00:00
nicselector.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
nicselector.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
nicselector.ui Add a secure UDP server example 2018-06-21 17:01:03 +00:00
secureudpserver.pro Add a secure UDP server example 2018-06-21 17:01:03 +00:00
server.cpp Replace qExchange with std::exchange 2022-10-07 18:11:36 +02:00
server.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00