Remove silencing -Wclazy-qt6-deprecated-api-fixes to workaround clazy bugs
This commit is contained in:
@@ -81,7 +81,7 @@ SongList PLSParser::Load(QIODevice *device, const QString &playlist_path, const
|
||||
}
|
||||
}
|
||||
|
||||
return songs.values(); // clazy:exclude=qt6-deprecated-api-fixes
|
||||
return songs.values();
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user