21#ifndef ALBUMCOVERFETCHTHREAD_H
22#define ALBUMCOVERFETCHTHREAD_H
24#include "Utils/Pimpl.h"
49 class AlbumCoverFetchThread :
53 PIMPL(AlbumCoverFetchThread)
69 explicit AlbumCoverFetchThread(QObject* parent =
nullptr);
70 ~AlbumCoverFetchThread()
override;
87 HashLocationPair takeCurrentLookup();
94 void removeHash(
const Hash& hash);
96 static Hash getHash(
const Album& album);
Definition CoverLocation.h:39
The CoverLookup class.
Definition CoverLookup.h:50
bool checkAlbum(const QString &hashLocationPair)
check if album is already processed or about to be processed in the future
void stop()
stop Stop the thread
void addAlbum(const Album &album)
add_data Add a new album request
Definition EngineUtils.h:33