qthttpserver/tests
Matthias Rauter c6524736fd Remove implicit capture of this with [=]
Implicit capture of this via [=] is deprecated in C++20.

This patch avoids the compiler warning
tst_qhttpserver.cpp:488:34: warning: implicit capture of ‘this’
via ‘[=]’ is deprecated in C++20 [-Wdeprecated]
  488 |         return QtConcurrent::run([=]() {

Amends: 7c6ff5fab9

Pick-to: 6.8
Change-Id: Id8467dc58fbabe1f36dec894ee101ef5853b4c73
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
Reviewed-by: Øystein Heskestad <oystein.heskestad@qt.io>
(cherry picked from commit 1e43423383)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2025-04-02 07:38:05 +00:00
..
auto Remove implicit capture of this with [=] 2025-04-02 07:38:05 +00:00
benchmarks Remove unused variable in benchmark 2025-03-28 07:05:47 +00:00
CMakeLists.txt Change the license of all CMakeLists.txt and *.cmake files to BSD 2022-08-25 16:10:12 +00:00