Mark unused parameters

This commit is contained in:
Jonas Kvinge
2020-07-17 16:36:24 +02:00
parent 7afde0e93f
commit 4140163ab2
5 changed files with 11 additions and 2 deletions

View File

@@ -206,5 +206,6 @@ void MacSystemTrayIcon::ClearNowPlaying() {
}
void MacSystemTrayIcon::SetNowPlaying(const Song& song, const QUrl& cover_url) {
Q_UNUSED(cover_url);
p_->ShowNowPlaying(song.artist(), song.PrettyTitle());
}