Clang-Tidy and Clazy fixes
This commit is contained in:
@@ -58,7 +58,7 @@ SubsonicScrobbleRequest::~SubsonicScrobbleRequest() {
|
||||
|
||||
}
|
||||
|
||||
void SubsonicScrobbleRequest::CreateScrobbleRequest(const QString song_id, const bool submission, const QDateTime start_time) {
|
||||
void SubsonicScrobbleRequest::CreateScrobbleRequest(const QString &song_id, const bool submission, const QDateTime &start_time) {
|
||||
|
||||
Request request;
|
||||
request.song_id = song_id;
|
||||
|
||||
Reference in New Issue
Block a user