20#ifndef SAYONARA_PLAYER_LFMSIMILARARTISTFETCHER_H
21#define SAYONARA_PLAYER_LFMSIMILARARTISTFETCHER_H
23#include "SimilarArtistFetcher.h"
24#include "Utils/Pimpl.h"
27namespace DynamicPlayback
37 QObject* parent =
nullptr);
39 [[nodiscard]]
const ArtistMatch& similarArtists()
const override;
42 void fetchSimilarArtists(
const QString& artistName)
override;
45 void webClientFinished();
Definition ArtistMatch.h:32
Definition LfmSimilarArtistFetcher.h:50
Definition LfmSimilarArtistFetcher.h:31
Definition SimilarArtistFetcher.h:53
Definition SimilarArtistFetcher.h:32
Definition WebClientFactory.h:29