1 #ifndef COVERFETCHERURL_H 2 #define COVERFETCHERURL_H 4 #include "Utils/Pimpl.h" 6 namespace Cover::Fetcher
14 Url(
bool active,
const QString& identifier,
const QString& url);
16 Url& operator=(
const Url& other);
19 void set_active(
bool b);
20 bool is_active()
const;
22 void set_identifier(
const QString& identifier);
23 QString identifier()
const;
25 void set_url(
const QString& url);
30 #endif // COVERFETCHERURL_H Definition: CoverFetcherUrl.h:8