aboutsummaryrefslogtreecommitdiff
path: root/autotests
diff options
context:
space:
mode:
authorAhmad Samir <a.samirh78@gmail.com>2020-12-03 12:51:47 +0200
committerAhmad Samir <a.samirh78@gmail.com>2020-12-03 12:51:47 +0200
commit500cbfaaa77d3a5fab1d0f9a3a80f20c4c7fe45d (patch)
treef93312c2ca0633ece4f56cbdfad0f7eec17da432 /autotests
parent1538a581eb1cbb573750bf67a159dd06d8fefaed (diff)
downloadkconfig-500cbfaaa77d3a5fab1d0f9a3a80f20c4c7fe45d.tar.gz
kconfig-500cbfaaa77d3a5fab1d0f9a3a80f20c4c7fe45d.tar.bz2
Remove redundant comment, foreach is long gone
GIT_SILENT
Diffstat (limited to 'autotests')
-rw-r--r--autotests/kconfigtest.cpp2
1 files changed, 1 insertions, 1 deletions
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<void> f : qAsConst(futures)) { // krazy:exclude=foreach
+ for (QFuture<void> f : qAsConst(futures)) {
f.waitForFinished();
}
}