diff options
| author | Ahmad Samir <a.samirh78@gmail.com> | 2020-12-03 12:51:47 +0200 | 
|---|---|---|
| committer | Ahmad Samir <a.samirh78@gmail.com> | 2020-12-03 12:51:47 +0200 | 
| commit | 500cbfaaa77d3a5fab1d0f9a3a80f20c4c7fe45d (patch) | |
| tree | f93312c2ca0633ece4f56cbdfad0f7eec17da432 | |
| parent | 1538a581eb1cbb573750bf67a159dd06d8fefaed (diff) | |
| download | kconfig-500cbfaaa77d3a5fab1d0f9a3a80f20c4c7fe45d.tar.gz kconfig-500cbfaaa77d3a5fab1d0f9a3a80f20c4c7fe45d.tar.bz2 | |
Remove redundant comment, foreach is long gone
GIT_SILENT
| -rw-r--r-- | autotests/kconfigtest.cpp | 2 | 
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();      }  } | 
