From 500cbfaaa77d3a5fab1d0f9a3a80f20c4c7fe45d Mon Sep 17 00:00:00 2001 From: Ahmad Samir Date: Thu, 3 Dec 2020 12:51:47 +0200 Subject: Remove redundant comment, foreach is long gone GIT_SILENT --- autotests/kconfigtest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autotests/kconfigtest.cpp') diff --git a/autotests/kconfigtest.cpp b/autotests/kconfigtest.cpp index 4d38b150..41f293a7 100644 --- a/autotests/kconfigtest.cpp +++ b/autotests/kconfigtest.cpp @@ -1863,7 +1863,7 @@ void KConfigTest::testThreads() // QEXPECT_FAIL triggers race conditions, it should be fixed to use QThreadStorage... //futures << QtConcurrent::run(this, &KConfigTest::testDeleteWhenLocalized); //futures << QtConcurrent::run(this, &KConfigTest::testEntryMap); - for (QFuture f : qAsConst(futures)) { // krazy:exclude=foreach + for (QFuture f : qAsConst(futures)) { f.waitForFinished(); } } -- cgit v1.2.1