From bc240f82efa4c95135aa7093d2aaab36fc9e7f8d Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sat, 30 Oct 2021 02:01:48 +0200 Subject: [PATCH] SomaFMService: Add `clazy:exclude=function-args-by-ref` --- src/radios/somafmservice.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/radios/somafmservice.cpp b/src/radios/somafmservice.cpp index 6d0e5995d..8eba37c0d 100644 --- a/src/radios/somafmservice.cpp +++ b/src/radios/somafmservice.cpp @@ -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();