29#ifndef COVERFETCHTHREAD_H_
30#define COVERFETCHTHREAD_H_
32#include "Utils/Pimpl.h"
51 void sigCoverFound(
int idx);
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();
Definition: CoverLocation.h:39
Definition: CoverFetchThread.h:45