23 #ifndef ALBUMCOVERFETCHTHREAD_H 24 #define ALBUMCOVERFETCHTHREAD_H 27 #include <QModelIndex> 29 #include "Helper/Pimpl.h" 71 void done(
bool success);
91 #endif // ALBUMCOVERFETCHTHREAD_H QString current_hash() const
Get the current processed hash valud.
void add_data(const QString &hash, const CoverLocation &cl)
add_data Add a new album request
void stop()
stop Stop the thread
void done(bool success)
done Should be called when processing of the next cover should take place
The CoverLocation class.
Definition: CoverLocation.h:37
CoverLocation current_cover_location() const
Get the curren processed cover location.
This class organizes requests for new Covers for the AlbumCoverView. When looking for covers...
Definition: AlbumCoverFetchThread.h:44
The Album class.
Definition: Album.h:38