cleanupTestCase: the loops don't change the member containers, so use std::as_const and ranged for. iterateRelativeDirectory(): the for loop doesn't change the container, so make it const to begin with, and use a ranged-for loop. Drive-by change: make the for-loop variables const&, no need to create unnecessary copies. Task-number: QTBUG-115839 Change-Id: Ic2776459f695c9f334f83916b1c9bbe5646a3b9d Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> |
||
|---|---|---|
| .. | ||
| entrylist | ||
| .gitignore | ||
| CMakeLists.txt | ||
| tst_qdiriterator.cpp | ||