mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-05 04:53:54 -07:00
Card images blacklist; changed fallback urls
This commit is contained in:
parent
0c24f48aa2
commit
872177a5ed
3 changed files with 20 additions and 2 deletions
|
|
@ -94,6 +94,7 @@ private:
|
|||
bool picDownload, picDownloadHq, downloadRunning, loadQueueRunning;
|
||||
void startNextPicDownload();
|
||||
QString getPicUrl();
|
||||
static QStringList md5Blacklist;
|
||||
public:
|
||||
PictureLoader(const QString &__picsPath, bool _picDownload, bool _picDownloadHq, QObject *parent = 0);
|
||||
~PictureLoader();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue