mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 16:05:21 +01:00
Fix clazy-range-loop-detachs and other clazy complaints
This commit is contained in:
parent
8837d7e897
commit
152831e72f
5 changed files with 11 additions and 9 deletions
|
@ -1012,7 +1012,7 @@ bool DownloadThread::_customizeImage()
|
|||
f.close();
|
||||
}
|
||||
|
||||
for (const QByteArray& item : configItems)
|
||||
for (const QByteArray& item : qAsConst(configItems))
|
||||
{
|
||||
if (config.contains("#"+item)) {
|
||||
/* Uncomment existing line */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue