Fix clazy-range-loop-detachs and other clazy complaints
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user