20 #ifndef SAYONARA_PLAYER_LFMSIMILARARTISTFETCHER_H
21 #define SAYONARA_PLAYER_LFMSIMILARARTISTFETCHER_H
23 #include "SimilarArtistFetcher.h"
24 #include "Utils/Pimpl.h"
26 namespace DynamicPlayback
36 QObject* parent =
nullptr);
41 void fetchSimilarArtists(
const QString& artistName)
override;
44 void responseReceived(
const QByteArray& data);
45 void errorReceived(
const QString& answer);
Definition: ArtistMatch.h:32
Definition: LfmSimilarArtistFetcher.h:30
Definition: SimilarArtistFetcher.h:31