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
935a3a0308
commit
6e694b984d
2 changed files with 1 additions and 3 deletions
|
|
@ -45,7 +45,6 @@ void PictureLoaderWorkerWork::startNextPicDownload()
|
||||||
QString picUrl = cardToDownload.getCurrentUrl();
|
QString picUrl = cardToDownload.getCurrentUrl();
|
||||||
|
|
||||||
if (picUrl.isEmpty()) {
|
if (picUrl.isEmpty()) {
|
||||||
downloadRunning = false;
|
|
||||||
picDownloadFailed();
|
picDownloadFailed();
|
||||||
} else {
|
} else {
|
||||||
QUrl url(picUrl);
|
QUrl url(picUrl);
|
||||||
|
|
|
||||||
|
|
@ -34,8 +34,7 @@ public slots:
|
||||||
|
|
||||||
private:
|
private:
|
||||||
QThread *pictureLoaderThread;
|
QThread *pictureLoaderThread;
|
||||||
QNetworkAccessManager *networkManager;
|
bool picDownload;
|
||||||
bool picDownload, downloadRunning, loadQueueRunning;
|
|
||||||
|
|
||||||
void startNextPicDownload();
|
void startNextPicDownload();
|
||||||
void picDownloadFailed();
|
void picDownloadFailed();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue