qt6-bb10/src
Marc Mutz 106c2fd19d QTimer: fix compilation with C++20
Implicit capture of *this by [=] is deprecated in C++20, and the
replacement [=,this] is not available in C++17. We also can't use [&],
because of QueuedConnection, so need to bite the bullet and list all
captured variables separately.

Amends 87535e4e43.

Change-Id: I5b3a713bf9220746d10d594d1a248028157ad170
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
2023-05-02 18:32:01 +02:00
..
3rdparty Fix license info for import shell scripts 2023-04-26 16:36:18 +02:00
android Android: add missing private classes to Qt6Android.jar 2023-04-19 09:50:30 +03:00
assets Add Qt icon library for examples 2023-04-22 18:14:38 +03:00
concurrent Rework imagescaling example to avoid potential crashes 2023-04-26 19:27:30 +02:00
corelib QTimer: fix compilation with C++20 2023-05-02 18:32:01 +02:00
dbus QtDBus: Use QMetaObject::invokeMethod instead of QTimer::singleShot 2023-05-02 12:54:20 +00:00
entrypoint src: Remove remains of qmake conversion from CMakeLists.txt files 2023-02-10 23:36:51 +01:00
gui QGuiApplication: Propagate wheel event accepted state 2023-05-02 12:54:19 +00:00
network Doc: Fix documentation warnings 2023-04-29 13:22:21 +00:00
opengl gl: Check for image validity in readback 2023-04-25 18:10:44 +02:00
openglwidgets Tune textures example to work with wasm and update docs 2023-04-25 18:10:44 +02:00
platformsupport QXkbCommon: set Qt::KeypadModifier when keypad button is pressed 2023-04-20 06:14:58 +00:00
plugins wasm: build with -no-feature-accessibility 2023-05-02 14:54:19 +02:00
printsupport Refix printing of dpr>1 images on Windows 2023-04-20 15:54:28 +02:00
sql QSqlField: add move ctor & move operator 2023-04-26 19:56:07 +00:00
testlib Doc: Use qt_add_executable() not add_executable() in snippets 2023-04-26 17:25:50 +02:00
tools Create unique names for QSize and QRect types for lttng 2023-04-26 13:46:06 +03:00
widgets Allow disable native messagebox dialog 2023-05-02 10:37:17 +02:00
xml Implement QXmlStreamReader::hasStandaloneDeclaration() 2023-04-26 12:46:06 +02:00
CMakeLists.txt Add Qt icon library for examples 2023-04-22 18:14:38 +03:00