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:
parent
a2ad68406d
commit
bc240f82ef
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user