1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2025-02-06 12:25:10 +01:00

SomaFMService: Add clazy:exclude=function-args-by-ref

This commit is contained in:
Jonas Kvinge 2021-10-30 02:01:48 +02:00
parent a2ad68406d
commit bc240f82ef

View File

@ -145,7 +145,7 @@ void SomaFMService::GetStreamUrl(const int task_id, const RadioChannel &channel)
}
void SomaFMService::GetStreamUrlsReply(QNetworkReply *reply, const int task_id, RadioChannel channel) {
void SomaFMService::GetStreamUrlsReply(QNetworkReply *reply, const int task_id, RadioChannel channel) { // clazy:exclude=function-args-by-ref
if (replies_.contains(reply)) replies_.removeAll(reply);
reply->deleteLater();