Mark unused parameters
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user