43 class WebCoverFetcher :
47 PIMPL(WebCoverFetcher)
51 void sigCoverFound(
int idx);
54 WebCoverFetcher() =
delete;
55 WebCoverFetcher(QObject* parent,
const Cover::Location& coverLocation,
int requestedCovers);
56 ~WebCoverFetcher()
override;
61 [[nodiscard]] QString url(
int idx)
const;
62 [[nodiscard]] QPixmap pixmap(
int idx)
const;
66 void contentFetched();
69 bool processNextSearchUrl();
70 bool processNextImageUrl();
71 bool startNextRequest();