cleanupTestCase(): the loop doesn't modify the member container, so use std::as_const and a ranged-for. mounting(): the loop was iterating over a temporary QList, store it in a local auto variable and use ranged-for. Drive-by change: add braces to a multi-lined for block. Task-number: QTBUG-115839 Change-Id: I0542cad4df3730d6a09b39e64a54a84fc0d57062 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Marc Mutz <marc.mutz@qt.io> |
||
|---|---|---|
| .. | ||
| resources | ||
| CMakeLists.txt | ||
| tst_qabstractfileengine.cpp | ||