23 #ifndef COVERLOOKUPALL_H 24 #define COVERLOOKUPALL_H 26 #include "CoverLookup.h" 28 #include "Helper/MetaData/Album.h" 51 void cover_found(
const QString& cl);
80 #endif // COVERLOOKUPALL_H The CoverLookupAll class. The complete work is done by the CoverLookupThread.
Definition: CoverLookupAll.h:35
void start()
Runs the search.
The CoverLookupInterface class.
Definition: CoverLookup.h:45
The CoverLocation class.
Definition: CoverLocation.h:38
The AlbumList class.
Definition: Album.h:72
CoverLookupAll(QObject *parent, const AlbumList &album_list)
Constructor.
void stop() override
Stops CoverLookupThread.
The CoverLookup class.
Definition: CoverLookup.h:65