summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@qt.io>2022-10-06 07:14:45 +0200
committerMarc Mutz <marc.mutz@qt.io>2022-10-07 18:11:36 +0200
commitdd562b36720b78caffe5c53bda4ed8449bf6fe06 (patch)
treed5a515a58da4c4065f583360a41a04cd82d21276 /src/widgets/dialogs
parente08fa9cc01f11ce61258e0d9a138118bff3453c8 (diff)
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>
Diffstat (limited to 'src/widgets/dialogs')
0 files changed, 0 insertions, 0 deletions