qt6-bb10/src
Marc Mutz f70e113b2e QRestReply: use qt_ptr_swap instead of std::swap
qt_ptr_swap is our swap compile-time optimizer. It's faster because it
hardcodes noexcept(true) and std::swap() must calculate it.

Amends 9ba5c7ff6a.

Pick-to: 6.7
Change-Id: I1b5a326276bd30638ac9b6dcf597abb5e53ada00
Reviewed-by: Juha Vuolle <juha.vuolle@qt.io>
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
2024-03-01 08:45:09 +01:00
..
3rdparty Fix -Wimplicit-fallthrough for clang 2024-03-01 03:04:06 +00:00
android Android: Bring back QtActivityDelegate.insertNativeView() 2024-02-28 15:05:02 +02:00
assets Introduce NO_GENERATE_CPP_EXPORTS argument for qt_internal_add_module 2024-02-09 23:00:04 +01:00
concurrent Correct doc snippet license 2024-02-28 19:15:51 +01:00
corelib QByteArrayView: make conversion to string_view constexpr 2024-03-01 09:41:11 +02:00
dbus Correct doc snippet license 2024-02-28 19:15:51 +01:00
entrypoint src: Remove remains of qmake conversion from CMakeLists.txt files 2023-02-10 23:36:51 +01:00
gui Fix -Wimplicit-fallthrough for clang 2024-03-01 03:04:06 +00:00
network QRestReply: use qt_ptr_swap instead of std::swap 2024-03-01 08:45:09 +01:00
opengl Correct doc snippet license 2024-02-28 19:15:51 +01:00
openglwidgets QOpenGLWidget: Call glClear in the default paintGL implementation 2023-09-04 11:46:29 +02:00
platformsupport Fix -Wimplicit-fallthrough for clang 2024-03-01 03:04:06 +00:00
plugins Fix -Wimplicit-fallthrough for clang 2024-03-01 03:04:06 +00:00
printsupport Correct doc snippet license 2024-02-28 19:15:51 +01:00
sql Correct doc snippet license 2024-02-28 19:15:51 +01:00
testlib Correct doc snippet license 2024-02-28 19:15:51 +01:00
tools synqt.cpp: scan for and reject #pragma once 2024-02-29 14:56:11 +01:00
widgets Fix -Wimplicit-fallthrough for clang 2024-03-01 03:04:06 +00:00
xml Correct doc snippet license 2024-02-28 19:15:51 +01:00
CMakeLists.txt Add Qt icon library for examples 2023-04-22 18:14:38 +03:00