23 #ifndef COVERLOOKUPALL_H
24 #define COVERLOOKUPALL_H
26 #include "CoverLookup.h"
28 #include "Helper/MetaData/Album.h"
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:37
The AlbumList class.
Definition: Album.h:73
CoverLookupAll(QObject *parent, const AlbumList &album_list)
Constructor.
void stop() override
Stops CoverLookupThread.
The CoverLookup class.
Definition: CoverLookup.h:65