20 #ifndef SAYONARA_PLAYER_SIMILARARTISTFETCHER_H
21 #define SAYONARA_PLAYER_SIMILARARTISTFETCHER_H
23 #include "Utils/Pimpl.h"
27 namespace DynamicPlayback
42 virtual const ArtistMatch& similarArtists()
const = 0;
45 virtual void fetchSimilarArtists(
const QString& artistName) = 0;
Definition: ArtistMatch.h:32
Definition: SimilarArtistFetcher.h:31