23#ifndef ABSTRACTCOVERLOOKUP_H
24#define ABSTRACTCOVERLOOKUP_H
28#include "Utils/Pimpl.h"
44 void sigCoverFound(
const QPixmap& pm);
45 void sigFinished(
bool success);
49 virtual void stop() = 0;
56 void setCoverLocation(
const Location& cl);
Definition: CoverLocation.h:39
The CoverLookupInterface class.
Definition: AbstractCoverLookup.h:39