From 369952fbd7163c9ae2fa6401b8da3a5dc5d2368b Mon Sep 17 00:00:00 2001 From: Ahmad Samir Date: Wed, 26 Apr 2023 15:19:35 +0200 Subject: [PATCH] QTimer: lambdas don't implicitly capture 'this' in C++20 Can't use [=, this], as clang fails to build with: error: explicit capture of 'this' with a capture default of '=' is a C++20 extension [-Werror,-Wc++20-extensions] Change-Id: I8ead9cb493cb1e295aa03386d80af6e83ba8cbb4 Reviewed-by: Thiago Macieira