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);
|
if (replies_.contains(reply)) replies_.removeAll(reply);
|
||||||
reply->deleteLater();
|
reply->deleteLater();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user