![]() |
Sayonara Player
|
#include <CoverLookupAll.h>
The CoverLookupAll class. The complete work is done by the CoverLookupThread.
Signals | |
void | sig_cover_found (const QString &file_path) |
void | sig_finished (bool success) |
Public Member Functions | |
CoverLookupAll (QObject *parent, const AlbumList &album_list) | |
Constructor. More... | |
void | stop () override |
Stops CoverLookupThread. | |
void | start () |
Runs the search. | |
CoverLookupAll::CoverLookupAll | ( | QObject * | parent, |
const AlbumList & | album_list | ||
) |
Constructor.
parent | |
album_list | List of all albums to search covers for |