mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 22:42:14 -07:00
Remove unused fields
This commit is contained in:
parent
6e694b984d
commit
1db47fa116
2 changed files with 0 additions and 4 deletions
|
|
@ -12,8 +12,6 @@
|
||||||
#include <QThread>
|
#include <QThread>
|
||||||
#include <utility>
|
#include <utility>
|
||||||
|
|
||||||
// Card back returned by gatherer when card is not found
|
|
||||||
QStringList PictureLoaderWorker::md5Blacklist = QStringList() << "db0c48db407a907c16ade38de048a441";
|
|
||||||
|
|
||||||
PictureLoaderWorker::PictureLoaderWorker() : QObject(nullptr), picDownload(SettingsCache::instance().getPicDownload())
|
PictureLoaderWorker::PictureLoaderWorker() : QObject(nullptr), picDownload(SettingsCache::instance().getPicDownload())
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -44,8 +44,6 @@ public slots:
|
||||||
void removedCachedUrl(const QUrl &url);
|
void removedCachedUrl(const QUrl &url);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
static QStringList md5Blacklist;
|
|
||||||
|
|
||||||
QThread *pictureLoaderThread;
|
QThread *pictureLoaderThread;
|
||||||
QNetworkAccessManager *networkManager;
|
QNetworkAccessManager *networkManager;
|
||||||
QNetworkDiskCache *cache;
|
QNetworkDiskCache *cache;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue