Drop Qt5: Clang, QBS & Valgrind: Get rid of QOverload

Change-Id: I86697f07a8dce5674d6e748bce807df59b773227
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
Jarek Kobus
2022-07-19 23:29:42 +02:00
parent 1b070bcb11
commit 683ad910b8
17 changed files with 44 additions and 62 deletions

View File

@@ -86,9 +86,7 @@ public:
bool wait()
{
return processEventsUntil([this]() {
return m_projectsToWaitFor.isEmpty();
});
return processEventsUntil([this] { return m_projectsToWaitFor.isEmpty(); });
}
private: