1 #ifndef COVERFETCHERURL_H 2 #define COVERFETCHERURL_H 4 #include "Utils/Pimpl.h" 6 namespace Cover::Fetcher
24 Url(
const QString& identifier,
const QString& url);
28 Url& operator=(
const Url& other);
31 void setIdentifier(
const QString& identifier);
32 QString identifier()
const;
34 void setUrl(
const QString& url);
39 #endif // COVERFETCHERURL_H An Url is defined by its identifier and a custom url string. The identifier is the same as being used...
Definition: CoverFetcherUrl.h:16
Retrieve Download Urls for Cover Searcher. CoverFetcherInterface can be registered,...
Definition: CoverFetchManager.h:45